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: TypeData type of the property value.
.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