UITestPropertyDescriptor-Konstruktor (Type, UITestPropertyAttributes, String)
Initialisiert eine neue Instanz der UITestPropertyDescriptor-Klasse mit den angegebenen Berechtigungen und der angegebenen Kategorie.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: 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
)
Parameter
- dataType
Typ: System.Type
Datentyp des Eigenschaftswerts.
- attributes
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
Der Eigenschaft zugeordnete Berechtigungen.
- category
Typ: System.String
Kategorie, zu der die Eigenschaft gehört.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
UITestPropertyDescriptor Klasse