PropertyValue, classe
Mise à jour : novembre 2007
Représente la valeur d'une propriété.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design (dans Microsoft.Windows.Design.dll)
Syntaxe
Public MustInherit Class PropertyValue _
Implements INotifyPropertyChanged
Dim instance As PropertyValue
public abstract class PropertyValue : INotifyPropertyChanged
public ref class PropertyValue abstract : INotifyPropertyChanged
public abstract class PropertyValue implements INotifyPropertyChanged
Notes
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.
Si une instance de PropertyValue représente une valeur qui est une collection, elle utilise la propriété Collection pour retourner PropertyValueCollection. La propriété RowDefinitions est un exemple de propriété dont la valeur est une collection.
Hiérarchie d'héritage
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyValue
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms