Metodo CategoryEditor.CreateEditorAttribute (Type)

Metodo di utilità che crea un nuovo oggetto EditorAttribute per il tipo CategoryEditor 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 ( _
    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

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CategoryEditor Classe

Overload CreateEditorAttribute

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Architettura di modifica delle proprietà

Estensibilità di Progettazione WPF