Partager via


CategoryEditor.CreateEditorAttribute, méthode (CategoryEditor)

Méthode utilitaire qui crée EditorAttribute pour le CategoryEditor spécifié.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Function CreateEditorAttribute ( _
    editor As CategoryEditor _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
    CategoryEditor editor
)
public:
static EditorAttribute^ CreateEditorAttribute(
    CategoryEditor^ editor
)
static member CreateEditorAttribute : 
        editor:CategoryEditor -> EditorAttribute 
public static function CreateEditorAttribute(
    editor : CategoryEditor
) : EditorAttribute

Paramètres

Valeur de retour

Type : System.ComponentModel.EditorAttribute
Nouveau EditorAttribute pour le CategoryEditor spécifié.

Sécurité .NET Framework

Voir aussi

Référence

CategoryEditor Classe

CreateEditorAttribute, surcharge

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF