CategoryEditor.CreateEditorAttribute-Methode (Type)

Hilfsmethode, die ein neues EditorAttribute für den angegebenen CategoryEditor-Typ erstellt.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared Function CreateEditorAttribute ( _
    categoryEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
    Type categoryEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
    Type^ categoryEditorType
)
static member CreateEditorAttribute : 
        categoryEditorType:Type -> EditorAttribute 
public static function CreateEditorAttribute(
    categoryEditorType : Type
) : EditorAttribute

Parameter

Rückgabewert

Typ: System.ComponentModel.EditorAttribute
Ein neues EditorAttribute für den angegebenen CategoryEditor-Typ.

.NET Framework-Sicherheit

Siehe auch

Referenz

CategoryEditor Klasse

CreateEditorAttribute-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit