ParentAdapter.Parent, méthode (ModelItem, ModelItem)
Modifie le parent d'un objet en un autre parent.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride Sub Parent ( _
newParent As ModelItem, _
child As ModelItem _
)
public abstract void Parent(
ModelItem newParent,
ModelItem child
)
public:
virtual void Parent(
ModelItem^ newParent,
ModelItem^ child
) abstract
abstract Parent :
newParent:ModelItem *
child:ModelItem -> unit
public abstract function Parent(
newParent : ModelItem,
child : ModelItem
)
Paramètres
- newParent
Type : Microsoft.Windows.Design.Model.ModelItem
Nouvel élément parent de child.
- child
Type : Microsoft.Windows.Design.Model.ModelItem
Élément enfant.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | newParent ou child est nullune référence null (Nothing en Visual Basic). |
Notes
Utilisez Parent pour définir des relations parent-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.Interaction, espace de noms