UITestPropertyDescriptor, constructeur (Type, UITestPropertyAttributes, String)
Initialise une nouvelle instance de la classe UITestPropertyDescriptor avec les autorisations et la catégorie spécifiées.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- dataType
Type : System.Type
Type de données de la valeur de propriété.
- attributes
Type : Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
Autorisations associées à la propriété.
- category
Type : System.String
Catégorie à laquelle la propriété appartient.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
UITestPropertyDescriptor Classe