DTE2::Globals Property

 

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.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property Globals^ Globals {
	Globals^ get();
}

Property Value

Type: EnvDTE::Globals^

A Globals object.

Implements

_DTE::Globals

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

Solution globals can apply to any automation client.

Return to top
Show: