IVsSolutionUIEvents.OnFilterAsyncLoadCompleted Method
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)
Syntax
'Declaration
Sub OnFilterAsyncLoadCompleted ( _
ByRef pguidFilterGroup As Guid, _
nFilterID As UInteger _
)
void OnFilterAsyncLoadCompleted(
ref Guid pguidFilterGroup,
uint nFilterID
)
void OnFilterAsyncLoadCompleted(
[InAttribute] Guid% pguidFilterGroup,
[InAttribute] unsigned int nFilterID
)
abstract OnFilterAsyncLoadCompleted :
pguidFilterGroup:Guid byref *
nFilterID:uint32 -> unit
function OnFilterAsyncLoadCompleted(
pguidFilterGroup : Guid,
nFilterID : uint
)
Parameters
pguidFilterGroup
Type: Guid%[in] The group to which the filter belongs.
nFilterID
Type: UInt32[in] The identifier of the filter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.