ParentAdapter.Parent, méthode (ModelItem, ModelItem, Int32)
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 Overridable Sub Parent ( _
newParent As ModelItem, _
child As ModelItem, _
insertionIndex As Integer _
)
public virtual void Parent(
ModelItem newParent,
ModelItem child,
int insertionIndex
)
public:
virtual void Parent(
ModelItem^ newParent,
ModelItem^ child,
int insertionIndex
)
abstract Parent :
newParent:ModelItem *
child:ModelItem *
insertionIndex:int -> unit
override Parent :
newParent:ModelItem *
child:ModelItem *
insertionIndex:int -> unit
public function Parent(
newParent : ModelItem,
child : ModelItem,
insertionIndex : int
)
Paramètres
- newParent
Type : Microsoft.Windows.Design.Model.ModelItem
Nouvel élément parent de l'enfant.
- child
Type : Microsoft.Windows.Design.Model.ModelItem
Élément enfant.
- insertionIndex
Type : System.Int32
Ordre de contrôle dans la collection d'enfants.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | newParent ou child est nullune référence null (Nothing en Visual Basic). |
Notes
Utilisez la méthode Parent pour créer 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