Freigeben über


PropertyValueEditor.CreateEditorAttribute-Methode (Type)

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 ( _
    propertyValueEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
    Type propertyValueEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
    Type^ propertyValueEditorType
)
static member CreateEditorAttribute : 
        propertyValueEditorType:Type -> EditorAttribute 
public static function CreateEditorAttribute(
    propertyValueEditorType : Type
) : 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