PropertyValue.ParentProperty, propriété
Obtient le parent de ce PropertyValue.
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 ParentProperty As PropertyEntry
Get
public virtual PropertyEntry ParentProperty { get; }
public:
virtual property PropertyEntry^ ParentProperty {
PropertyEntry^ get ();
}
abstract ParentProperty : PropertyEntry
override ParentProperty : PropertyEntry
function get ParentProperty () : PropertyEntry
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Parent de ce PropertyValue.
Notes
Le parent est défini dans le constructeur PropertyValue.
La classe PropertyValue représente la valeur sous-jacente d'une propriété. La classe PropertyEntry représente la propriété elle-même. PropertyEntry est le parent, tandis que PropertyValue est l'enfant.
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