DTE2.Globals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.