Globals.Parent Propriété

Définition

Obtient l'objet parent immédiat d'un objet Globals.

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public:
 property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public object Parent { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

Valeur de propriété

Object

Objet représentant l'objet parent.

Attributs

Remarques

La Parent propriété retourne le parent immédiat de l’objet ou de la collection. Dans ce cas, elle retourne l' DTE objet.

S’applique à