_Solution::Globals Property

 

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

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

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

Property Value

Type: EnvDTE::Globals^

A Globals object.

The add-ins are available when the solution, project file, and so on is loaded.

Solution globals aren't necessarily add-in created; they can also be created by macros or any other automation client.

System_CAPS_noteNote

VariableValue name strings cannot contain space, colon (:), or period(.) characters. If a name has any of these characters, you get the error, "Value does not fall within expected range."

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