Share via


DTE2.Globals Property

Definition

Gets the Globals object that contains values that may be saved in the solution (.sln) file, the project file, or in the user's profile data.

public:
 property EnvDTE::Globals ^ Globals { EnvDTE::Globals ^ get(); };
public:
 property EnvDTE::Globals ^ Globals { EnvDTE::Globals ^ get(); };
[System.Runtime.InteropServices.DispId(223)]
public EnvDTE.Globals Globals { [System.Runtime.InteropServices.DispId(223)] get; }
[<System.Runtime.InteropServices.DispId(223)>]
[<get: System.Runtime.InteropServices.DispId(223)>]
member this.Globals : EnvDTE.Globals
Public ReadOnly Property Globals As Globals

Property Value

A Globals object.

Implements

Attributes

Remarks

The globals are available when the solution, project file, and so on is loaded.

Solution globals can apply to any automation client.

Applies to