Freigeben über


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.
  • category
    Typ: System.String
    Kategorie, zu der die Eigenschaft gehört.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyDescriptor Klasse

UITestPropertyDescriptor-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace