Share via


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: System.Guid%

    [in] The group to which the filter belongs.

  • nFilterID
    Type: System.UInt32

    [in] The identifier of the filter.

.NET Framework Security

See Also

Reference

IVsSolutionUIEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace