UITestPropertyDescriptor Constructor (Type, UITestPropertyAttributes, String)

Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Sub New ( _
    dataType As Type, _
    attributes As UITestPropertyAttributes, _
    category As String _
)
public UITestPropertyDescriptor(
    Type dataType,
    UITestPropertyAttributes attributes,
    string category
)
public:
UITestPropertyDescriptor(
    Type^ dataType, 
    UITestPropertyAttributes attributes, 
    String^ category
)
new : 
        dataType:Type * 
        attributes:UITestPropertyAttributes * 
        category:string -> UITestPropertyDescriptor
public function UITestPropertyDescriptor(
    dataType : Type, 
    attributes : UITestPropertyAttributes, 
    category : String
)

Parameters

  • dataType
    Type: System.Type
    Data type of the property value.
  • category
    Type: System.String
    Category to which the property belongs.

.NET Framework Security

See Also

Reference

UITestPropertyDescriptor Class

UITestPropertyDescriptor Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace