Partager via


CategoryEntry, constructeur

Initialise une nouvelle instance de la classe CategoryEntry.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    name As String _
)
protected CategoryEntry(
    string name
)
protected:
CategoryEntry(
    String^ name
)
new : 
        name:string -> CategoryEntry
protected function CategoryEntry(
    name : String
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

name est vide ou nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

CategoryEntry Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété