UITestPropertyDescriptor Constructor (Type)

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 _
)
public UITestPropertyDescriptor(
    Type dataType
)
public:
UITestPropertyDescriptor(
    Type^ dataType
)
new : 
        dataType:Type -> UITestPropertyDescriptor
public function UITestPropertyDescriptor(
    dataType : Type
)

Parameters

  • dataType
    Type: System.Type
    Data type of the property value.

.NET Framework Security

See Also

Reference

UITestPropertyDescriptor Class

UITestPropertyDescriptor Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace