_DTE::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:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

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

Property Value

Type: EnvDTE::Globals^

A Globals object.

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."

Return to top
Show: