UITestPropertyDescriptor (Constructor) (Type, UITestPropertyAttributes)

Inicializa una nueva instancia de la clase UITestPropertyDescriptor sin ninguna categoría.

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 _
)
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 datos del valor de propiedad.

Seguridad de .NET Framework

Vea también

Referencia

UITestPropertyDescriptor Clase

UITestPropertyDescriptor (Sobrecarga)

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