Share via


IVsFindSymbolEvents2.OnUserOptionsChanged Method

Defines the method called when user search options change.

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

Syntax

'Declaration
Function OnUserOptionsChanged ( _
    ByRef guidSymbolScope As Guid, _
    dwSubID As UInteger, _
    pobSrch As VSOBSEARCHCRITERIA2() _
) As Integer
int OnUserOptionsChanged(
    ref Guid guidSymbolScope,
    uint dwSubID,
    VSOBSEARCHCRITERIA2[] pobSrch
)
int OnUserOptionsChanged(
    [InAttribute] Guid% guidSymbolScope, 
    [InAttribute] unsigned int dwSubID, 
    [InAttribute] array<VSOBSEARCHCRITERIA2>^ pobSrch
)
abstract OnUserOptionsChanged : 
        guidSymbolScope:Guid byref * 
        dwSubID:uint32 * 
        pobSrch:VSOBSEARCHCRITERIA2[] -> int
function OnUserOptionsChanged(
    guidSymbolScope : Guid, 
    dwSubID : uint, 
    pobSrch : VSOBSEARCHCRITERIA2[]
) : int

Parameters

  • guidSymbolScope
    Type: System.Guid%

    [in] A GUID specifying the search scope or the GUID of a library.

  • dwSubID
    Type: System.UInt32

    [in] Scope subID. Must be zero unless guidSymbolScope is GUID_VsSymbolScope_Frameworks.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsFindSymbolEvents2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace