Partager via


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

  • 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

Voir aussi

Référence

ParentAdapter Classe

Parent, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

ModelParent

ModelItem

Autres ressources

Extensibilité du Concepteur WPF