FrameworkElementRegisterElement Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Associate a control type with a Xaml tag.

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

public static void RegisterElement(
	Type controlType,
	string xamlTagName
)

Parameters

controlType
Type: SystemType
The control type.
xamlTagName
Type: SystemString
The xaml tag name.
See Also

Reference