Share via


UITestPropertyDescriptor Constructors

Definition

Overloads

UITestPropertyDescriptor(Type)
UITestPropertyDescriptor(Type, UITestPropertyAttributes)
UITestPropertyDescriptor(Type, String)
UITestPropertyDescriptor(Type, UITestPropertyAttributes, String)

UITestPropertyDescriptor(Type)

public:
 UITestPropertyDescriptor(Type ^ dataType);
public UITestPropertyDescriptor (Type dataType);
new Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor : Type -> Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Public Sub New (dataType As Type)

Parameters

dataType
Type

Applies to

UITestPropertyDescriptor(Type, UITestPropertyAttributes)

public:
 UITestPropertyDescriptor(Type ^ dataType, Microsoft::VisualStudio::TestTools::UITesting::UITestPropertyAttributes attributes);
public UITestPropertyDescriptor (Type dataType, Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes attributes);
new Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor : Type * Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes -> Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Public Sub New (dataType As Type, attributes As UITestPropertyAttributes)

Parameters

dataType
Type

Applies to

UITestPropertyDescriptor(Type, String)

public:
 UITestPropertyDescriptor(Type ^ dataType, System::String ^ category);
public UITestPropertyDescriptor (Type dataType, string category);
new Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor : Type * string -> Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Public Sub New (dataType As Type, category As String)

Parameters

dataType
Type
category
String

Applies to

UITestPropertyDescriptor(Type, UITestPropertyAttributes, String)

public:
 UITestPropertyDescriptor(Type ^ dataType, Microsoft::VisualStudio::TestTools::UITesting::UITestPropertyAttributes attributes, System::String ^ category);
public UITestPropertyDescriptor (Type dataType, Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes attributes, string category);
new Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor : Type * Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes * string -> Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Public Sub New (dataType As Type, attributes As UITestPropertyAttributes, category As String)

Parameters

dataType
Type
category
String

Applies to