Partager via


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 : Type

    Type de données de la valeur de propriété.

Sécurité .NET Framework

Voir aussi

Référence

UITestPropertyDescriptor Classe

UITestPropertyDescriptor, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms