Partilhar via


Construtor UITestPropertyDescriptor (Type, UITestPropertyAttributes)

Inicializa uma nova instância de UITestPropertyDescriptor classe com nenhuma categoria.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • dataType
    Tipo: System.Type
    Tipo de dados do valor da propriedade.

Segurança do .NET Framework

Consulte também

Referência

UITestPropertyDescriptor Classe

Sobrecargas UITestPropertyDescriptor

Namespace Microsoft.VisualStudio.TestTools.UITesting