IVsSolutionUIEvents::OnFilterAsyncLoadStarted Method (Guid, UInt32)

 

Called after a filter has been created and is starting to be initialized.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: