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
- name
Type : System.String
Nom localisé de la catégorie comme défini par l'attribut CategoryAttribute.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name est vide ou nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms