Partager via


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é.
  • category
    Type : System.String
    Catégorie à laquelle la propriété appartient.

Sécurité .NET Framework

Voir aussi

Référence

UITestPropertyDescriptor Classe

UITestPropertyDescriptor, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms