Sdílet prostřednictvím


UITestPropertyDescriptor – konstruktor (Type, UITestPropertyAttributes)

Inicializuje novou instanci UITestPropertyDescriptor Třída se žádné 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 _
)
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
)

Parametry

  • dataType
    Typ: System.Type
    Datový typ hodnoty vlastnosti.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UITestPropertyDescriptor Třída

UITestPropertyDescriptor – přetížení

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