Condividi tramite


Costruttore UITestPropertyDescriptor (Type, UITestPropertyAttributes)

Inizializza una nuova istanza di UITestPropertyDescriptor classe senza la categoria.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • dataType
    Tipo: System.Type
    Tipo di dati del valore della proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyDescriptor Classe

Overload UITestPropertyDescriptor

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting