Construtor UITestPropertyDescriptor (Type, UITestPropertyAttributes, String)

Inicializa uma nova instância de UITestPropertyDescriptor classe com permissões especificadas e 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, _
    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
)

Parâmetros

  • dataType
    Tipo: System.Type
    Tipo de dados do valor da propriedade.
  • category
    Tipo: System.String
    Categoria à qual a propriedade pertence.

Segurança do .NET Framework

Consulte também

Referência

UITestPropertyDescriptor Classe

Sobrecargas UITestPropertyDescriptor

Namespace Microsoft.VisualStudio.TestTools.UITesting