IVsSolutionUIEvents.OnFilterAsyncLoadStarted Method
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)
Syntax
'Declaration
Sub OnFilterAsyncLoadStarted ( _
ByRef pguidFilterGroup As Guid, _
nFilterID As UInteger _
)
void OnFilterAsyncLoadStarted(
ref Guid pguidFilterGroup,
uint nFilterID
)
void OnFilterAsyncLoadStarted(
[InAttribute] Guid% pguidFilterGroup,
[InAttribute] unsigned int nFilterID
)
abstract OnFilterAsyncLoadStarted :
pguidFilterGroup:Guid byref *
nFilterID:uint32 -> unit
function OnFilterAsyncLoadStarted(
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.