FrameworkElementSetClosingTag Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Ignore for the base FrameworkElement. May be overriden in a derived class to provide additional functionality.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public void SetClosingTag(
	ITargetElement closingElement
)

Parameters

closingElement
Type: ArtOfTest.CommonITargetElement
Whether or not to mark this element as a closing type of element.

Implements

ITargetElementSetClosingTag(ITargetElement)
See Also

Reference