Freigeben über


PropertyValueEditor.CreateEditorAttribute-Methode (PropertyValueEditor)

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

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

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueEditor Klasse

CreateEditorAttribute-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit