Partager via


PropertyContainer.PropertyEntry, propriété

Obtient ou définit l'instance de PropertyEntry sur laquelle s'exécute PropertyContainer.

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

Syntaxe

'Déclaration
Public Property PropertyEntry As PropertyEntry
    Get
    Set
public PropertyEntry PropertyEntry { get; set; }
public:
property PropertyEntry^ PropertyEntry {
    PropertyEntry^ get ();
    void set (PropertyEntry^ value);
}
member PropertyEntry : PropertyEntry with get, set
function get PropertyEntry () : PropertyEntry
function set PropertyEntry (value : PropertyEntry)

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Instance de PropertyEntry sur laquelle s'exécute ce PropertyContainer.

Informations sur les propriétés de dépendance

Champ d'identificateur

PropertyEntryProperty

Propriétés de métadonnées ayant la valeur true

Aucun

Notes

L'instance de PropertyEntry est le contexte de PropertyContainer. Les modèles d'éditeurs exposés (InlineEditorTemplate, ExtendedEditorTemplate et DialogEditorTemplate) sont basés sur la valeur de cette propriété.

Sécurité .NET Framework

Voir aussi

Référence

PropertyContainer Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété

Vue d'ensemble des propriétés de dépendance