UITestPropertyDescriptor, constructeur (Type, UITestPropertyAttributes)
Initialise une nouvelle instance de la classe UITestPropertyDescriptor sans catégorie.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assemblys : Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
)
Paramètres
dataType
Type : TypeType de données de la valeur de propriété.
attributes
Type : Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributesAutorisations associées à la propriété.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
UITestPropertyDescriptor Classe