Globals.Parent Property

Definition

Gets the immediate parent object of a Globals object.

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

Property Value

An object representing the parent object.

Attributes

Remarks

The Parent property returns the immediate parent to the object or collection. In this case, it returns the DTE object.

Applies to