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

‘선언
Function OnUserOptionsChanged ( _
    ByRef guidSymbolScope As Guid, _
    dwSubID As UInteger, _
    pobSrch As VSOBSEARCHCRITERIA2() _
) As Integer
‘사용 방법
Dim instance As IVsFindSymbolEvents2
Dim guidSymbolScope As Guid
Dim dwSubID As UInteger
Dim pobSrch As VSOBSEARCHCRITERIA2()
Dim returnValue As Integer

returnValue = instance.OnUserOptionsChanged(guidSymbolScope, _
    dwSubID, pobSrch)
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

.NET Framework Security

See Also

Reference

IVsFindSymbolEvents2 Interface

IVsFindSymbolEvents2 Members

Microsoft.VisualStudio.Shell.Interop Namespace