_DTE.Globals Property

Definition

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.

Attributes

Remarks

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

Applies to