Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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: Type- Data type of the property value. 
- attributes 
 Type: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes- Permissions that are associated with the property. 
- category 
 Type: String- Category to which the property belongs. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UITestPropertyDescriptor Class