PropertyEntry, constructeur (PropertyValue)
Initialise une nouvelle instance de la classe PropertyEntry qui fait office de sous-propriété du PropertyValue spécifié.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
parentValue As PropertyValue _
)
protected PropertyEntry(
PropertyValue parentValue
)
protected:
PropertyEntry(
PropertyValue^ parentValue
)
new :
parentValue:PropertyValue -> PropertyEntry
protected function PropertyEntry(
parentValue : PropertyValue
)
Paramètres
- parentValue
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue parent.Les propriétés racines n'ont pas de PropertyValue parent.
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