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à.
- attributes
Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
Autorizzazioni associate alla proprietà.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
UITestPropertyDescriptor Classe