IVsSolution7.IsSolutionLoadDeferred Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is no longer supported by Visual Studio.
Checks if the solution is in deferred load mode.
public:
bool IsSolutionLoadDeferred();
public:
bool IsSolutionLoadDeferred();
bool IsSolutionLoadDeferred();
public bool IsSolutionLoadDeferred ();
[System.Obsolete("This API is no longer supported by Visual Studio.")]
public bool IsSolutionLoadDeferred ();
abstract member IsSolutionLoadDeferred : unit -> bool
[<System.Obsolete("This API is no longer supported by Visual Studio.")>]
abstract member IsSolutionLoadDeferred : unit -> bool
Public Function IsSolutionLoadDeferred () As Boolean
Returns
true if the solution is loaded in deferred mode, false otherwise.
- Attributes