Partager via


CategoryEditor.CreateEditorAttribute, méthode (Type)

Méthode utilitaire qui crée un EditorAttribute pour le type 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 ( _
    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

Paramètres

Valeur de retour

Type : System.ComponentModel.EditorAttribute
Nouveau EditorAttribute pour le type 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