Solution3::Globals Property

 

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

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

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

Property Value

Type: EnvDTE::Globals^

A Globals object.

Globals may be associated with any automation client.

No code example is currently available or this language may not be supported.
Return to top
Show: