IVsSolutionLoadEvents.OnAfterLoadProjectBatch(Boolean) 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.
Fired when the loading of a batch of dependent projects is complete.
public:
int OnAfterLoadProjectBatch(bool fIsBackgroundIdleBatch);
public:
int OnAfterLoadProjectBatch(bool fIsBackgroundIdleBatch);
int OnAfterLoadProjectBatch(bool fIsBackgroundIdleBatch);
public int OnAfterLoadProjectBatch (bool fIsBackgroundIdleBatch);
[System.Obsolete("This API is no longer supported by Visual Studio.")]
public int OnAfterLoadProjectBatch (bool fIsBackgroundIdleBatch);
abstract member OnAfterLoadProjectBatch : bool -> int
[<System.Obsolete("This API is no longer supported by Visual Studio.")>]
abstract member OnAfterLoadProjectBatch : bool -> int
Public Function OnAfterLoadProjectBatch (fIsBackgroundIdleBatch As Boolean) As Integer
Parameters
- fIsBackgroundIdleBatch
- Boolean
true
if the batch is loaded in the background, otherwise false
.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes