Condividi tramite


Costruttore UITestPropertyDescriptor (Type, UITestPropertyAttributes, String)

Inizializza una nuova istanza di UITestPropertyDescriptor classe con le autorizzazioni e la categoria specificata.

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, _
    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
)

Parametri

  • dataType
    Tipo: System.Type
    Tipo di dati del valore della proprietà.
  • category
    Tipo: System.String
    Categoria la cui proprietà appartiene.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyDescriptor Classe

Overload UITestPropertyDescriptor

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting