Costruttore CategoryEntry

Inizializza una nuova istanza della classe CategoryEntry.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

L'oggetto name è vuoto o nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CategoryEntry Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà