IVsFindSymbolEvents2.OnUserOptionsChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the method called when user search options change.
public:
int OnUserOptionsChanged(Guid % guidSymbolScope, System::UInt32 dwSubID, cli::array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA2> ^ pobSrch);
public int OnUserOptionsChanged (ref Guid guidSymbolScope, uint dwSubID, Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] pobSrch);
abstract member OnUserOptionsChanged : Guid * uint32 * Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] -> int
Public Function OnUserOptionsChanged (ByRef guidSymbolScope As Guid, dwSubID As UInteger, pobSrch As VSOBSEARCHCRITERIA2()) As Integer
Parameters
- guidSymbolScope
- Guid
[in] A GUID specifying the search scope or the GUID of a library.
- dwSubID
- UInt32
[in] Scope subID. Must be zero unless guidSymbolScope
is GUID_VsSymbolScope_Frameworks.
- pobSrch
- VSOBSEARCHCRITERIA2[]
[in] Bit flags indicating search options. Constructed using values from the _VSOBSEARCHOPTIONS2 enumeration.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.