Sdílet prostřednictvím


UITestPropertyDescriptor – konstruktor (Type, UITestPropertyAttributes, String)

Inicializuje novou instanci UITestPropertyDescriptor třídy s určenými oprávněními a kategorie.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • dataType
    Typ: System.Type
    Datový typ hodnoty vlastnosti.
  • category
    Typ: System.String
    Kategorie, do které patří vlastnost.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UITestPropertyDescriptor Třída

UITestPropertyDescriptor – přetížení

Microsoft.VisualStudio.TestTools.UITesting – obor názvů