IVsSolution7.IsSolutionLoadDeferred Method

Definition

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

Applies to