UITestPropertyDescriptor (Constructor) (Type, UITestPropertyAttributes, String)

Inicializa una nueva instancia de la clase UITestPropertyDescriptor con los permisos y la categoría especificados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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 datos del valor de propiedad.
  • category
    Tipo: System.String
    Categoría a la que pertenece la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

UITestPropertyDescriptor Clase

UITestPropertyDescriptor (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)