Freigeben über


PropertyWindowAttribute-Konstruktor (PropertyEditorType, PropertyConverterType)

Initialisiert eine neue Instanz der PropertyWindowAttribute-Klasse mit dem angegebenen Editortyp- und Konvertertypindikator.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyWindowAttribute Klasse

PropertyWindowAttribute-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace

PropertyConverterType

PropertyEditorType