PropertyValue, constructeur
Initialise une nouvelle instance de la classe PropertyValue.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
parentProperty As PropertyEntry _
)
protected PropertyValue(
PropertyEntry parentProperty
)
protected:
PropertyValue(
PropertyEntry^ parentProperty
)
new :
parentProperty:PropertyEntry -> PropertyValue
protected function PropertyValue(
parentProperty : PropertyEntry
)
Paramètres
- parentProperty
Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Entrée de propriété qui est le parent de cette valeur de propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | parentProperty est nullune référence null (Nothing en Visual Basic). |
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.
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