Partager via


PropertyEntry.DisplayName, propriété

Obtient le nom complet de la propriété.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property DisplayName As String
    Get
public virtual string DisplayName { get; }
public:
virtual property String^ DisplayName {
    String^ get ();
}
abstract DisplayName : string
override DisplayName : string
function get DisplayName () : String

Valeur de propriété

Type : System.String
Nom complet de la propriété.

Notes

Par défaut, cette propriété correspond à la propriété PropertyName.

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntry Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété