IVsSolutionUIEvents::OnFilterAsyncLoadStarted Method (Guid, UInt32)
Visual Studio 2015
Called after a filter has been created and is starting to be initialized.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void OnFilterAsyncLoadStarted( [InAttribute] Guid% pguidFilterGroup, unsigned int nFilterID )
Parameters
- pguidFilterGroup
-
Type:
System::Guid
[in] The group to which the filter belongs.
- nFilterID
-
Type:
System::UInt32
[in] The identifier of the filter.
Show: