Proprietà CategoryEntry.CategoryName

Ottiene il nome della categoria.

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

Sintassi

'Dichiarazione
Public ReadOnly Property CategoryName As String
    Get
public string CategoryName { get; }
public:
property String^ CategoryName {
    String^ get ();
}
member CategoryName : string
function get CategoryName () : String

Valore proprietà

Tipo: System.String
Il nome della categoria.

Note

Si tratta del nome specificato nel costruttore.

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à