UITestPropertyDescriptor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- attributes
- UITestPropertyAttributes
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
- attributes
- UITestPropertyAttributes
- category
- String