IVsSolutionUIEvents::OnFilterAsyncLoadCompleted Method (Guid, UInt32)

 

Called when a filter has finished its asynchronous initialization.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void OnFilterAsyncLoadCompleted(
	[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: