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

Vedere anche

Riferimenti

PropertyEntry Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà