Proprietà PropertyEntry.PropertyName
Se sottoposto a override in una classe derivata, ottiene il nome della proprietà incapsulata.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property PropertyName As String
Get
public abstract string PropertyName { get; }
public:
virtual property String^ PropertyName {
String^ get () abstract;
}
abstract PropertyName : string
abstract function get PropertyName () : String
Valore proprietà
Tipo: System.String
Nome della proprietà incapsulata.
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