UITestPropertyDescriptor Constructor (Type, String)

Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.

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

Syntax

'Declaration
Public Sub New ( _
    dataType As Type, _
    category As String _
)
public UITestPropertyDescriptor(
    Type dataType,
    string category
)
public:
UITestPropertyDescriptor(
    Type^ dataType, 
    String^ category
)
new : 
        dataType:Type * 
        category:string -> UITestPropertyDescriptor
public function UITestPropertyDescriptor(
    dataType : Type, 
    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