PropertyWindowAttribute (Constructor) (PropertyEditorType, PropertyConverterType)

Inicializa una nueva instancia de la clase PropertyWindowAttribute con los indicadores de tipo de editor y tipo de convertidor proporcionados.

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

Sintaxis

'Declaración
Public Sub New ( _
    editorType As PropertyEditorType, _
    converterType As PropertyConverterType _
)
public PropertyWindowAttribute(
    PropertyEditorType editorType,
    PropertyConverterType converterType
)
public:
PropertyWindowAttribute(
    PropertyEditorType editorType, 
    PropertyConverterType converterType
)
new : 
        editorType:PropertyEditorType * 
        converterType:PropertyConverterType -> PropertyWindowAttribute
public function PropertyWindowAttribute(
    editorType : PropertyEditorType, 
    converterType : PropertyConverterType
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

PropertyWindowAttribute Clase

PropertyWindowAttribute (Sobrecarga)

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

PropertyConverterType

PropertyEditorType