Proprietà PropertyEntry.CategoryName
Se sottoposto a override in una classe derivata, ottiene il nome della categoria in cui questa proprietà si trova.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property CategoryName As String
Get
public abstract string CategoryName { get; }
public:
virtual property String^ CategoryName {
String^ get () abstract;
}
abstract CategoryName : string
abstract function get CategoryName () : String
Valore proprietà
Tipo: System.String
Nome della categoria in cui questa proprietà si trova.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing