IVsSolution4.IsBackgroundSolutionLoadEnabled(Boolean) Method

Definition

Caution

This API is no longer supported by Visual Studio.

Determines whether the background solution load feature has already been enabled (VSPROPID_ActiveSolutionLoadManager has been set).

public:
 int IsBackgroundSolutionLoadEnabled([Runtime::InteropServices::Out] bool % pfIsEnabled);
int IsBackgroundSolutionLoadEnabled([Runtime::InteropServices::Out] bool & pfIsEnabled);
public int IsBackgroundSolutionLoadEnabled (out bool pfIsEnabled);
[System.Obsolete("This API is no longer supported by Visual Studio.")]
public int IsBackgroundSolutionLoadEnabled (out bool pfIsEnabled);
abstract member IsBackgroundSolutionLoadEnabled : bool -> int
[<System.Obsolete("This API is no longer supported by Visual Studio.")>]
abstract member IsBackgroundSolutionLoadEnabled : bool -> int
Public Function IsBackgroundSolutionLoadEnabled (ByRef pfIsEnabled As Boolean) As Integer

Parameters

pfIsEnabled
Boolean

[out] true if background loading is enabled, otherwise false.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Attributes

Applies to