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à.
- attributes
Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
Autorizzazioni associate alla proprietà.
- category
Tipo: System.String
Categoria la cui proprietà appartiene.
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