Freigeben über


UITestPropertyDescriptor-Konstruktor (Type, UITestPropertyAttributes)

Initialisiert eine neue Instanz der UITestPropertyDescriptor-Klasse ohne 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 _
)
public UITestPropertyDescriptor(
    Type dataType,
    UITestPropertyAttributes attributes
)
public:
UITestPropertyDescriptor(
    Type^ dataType, 
    UITestPropertyAttributes attributes
)
new : 
        dataType:Type * 
        attributes:UITestPropertyAttributes -> UITestPropertyDescriptor
public function UITestPropertyDescriptor(
    dataType : Type, 
    attributes : UITestPropertyAttributes
)

Parameter

  • dataType
    Typ: System.Type
    Datentyp des Eigenschaftswerts.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyDescriptor Klasse

UITestPropertyDescriptor-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace