Metodo PropertyValueEditor.CreateEditorAttribute (PropertyValueEditor)

Metodo di utilità che crea un nuovo oggetto EditorAttribute per il tipo PropertyValueEditor specificato.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.ComponentModel.EditorAttribute
Nuovo oggetto EditorAttribute per il tipo PropertyValueEditor specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueEditor Classe

Overload CreateEditorAttribute

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Architettura di modifica delle proprietà

Estensibilità di Progettazione WPF