Share via


RegisterTestTypeAttribute.FactoryType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the type of UITestControlFactory for the test type to which this attribute is applied.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public ReadOnly Property FactoryType As Type
public Type FactoryType { get; }
public:
property Type^ FactoryType {
    Type^ get ();
}
member FactoryType : Type with get
function get FactoryType () : Type

Property Value

Type: System.Type
The type of UITestControlFactory for the test type to which this attribute is applied.

.NET Framework Security

See Also

Reference

RegisterTestTypeAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

UITestControlFactory