IVsSolution4.IsBackgroundSolutionLoadEnabled(Boolean) Method
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.
Determines whether the background solution load feature has already been enabled (VSPROPID_ActiveSolutionLoadManager has been set).
public:
int IsBackgroundSolutionLoadEnabled([Runtime::InteropServices::Out] bool % pfIsEnabled);
C++/WinRT
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
- pfIsEnabled
- Boolean
[out] true
if background loading is enabled, otherwise false
.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes
Proizvod | Verzije (Zastarjelo) |
---|---|
Visual Studio SDK | 2015, 2017, 2019 (2022) |