IVsGlobals2 Interface

Definition

Loads and saves values global to the solution. Replaces IVsGlobals that cannot be used in managed code.

C++/CX
public interface class IVsGlobals2
Attributes

Methods

Empty()

Clears all global solution values.

Load()

Loads global solution values. Triggers a call to the ReadData(Globals) method of the IVsGlobalsCallback interface.

Save()

Saves global solution values. Triggers a call to the WriteVariablesToData(String, Object) method of the IVsGlobalsCallback interface.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022