Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.
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, _
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: TypeData type of the property value.
category
Type: StringCategory 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