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 |
|
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms
Autres ressources
Extensibilité du Concepteur WPF