Condividi tramite


Proprietà PropertyContainer.PropertyEntry

Ottiene o imposta l'istanza dell'oggetto PropertyEntry in cui questo oggetto PropertyContainer opera.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Istanza dell'oggetto PropertyEntry in cui questo oggetto PropertyContainer opera.

Informazioni proprietà di dipendenza

Campo dell'identificatore

PropertyEntryProperty

Proprietà dei metadati impostate su true

Nessuna correzione

Note

L'istanza dell'oggetto PropertyEntry è il contesto dell'oggetto PropertyContainer. I modelli di editor esposti (InlineEditorTemplate, ExtendedEditorTemplate e DialogEditorTemplate) si basano sul valore di questa proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyContainer Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Dependency Properties Overview