IVsFindSymbolEvents2::OnUserOptionsChanged Method (Guid, UInt32, array<VSOBSEARCHCRITERIA2>^)

 

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)

int OnUserOptionsChanged(
	[InAttribute] Guid% guidSymbolScope,
	unsigned int dwSubID,
	array<VSOBSEARCHCRITERIA2>^ pobSrch
)

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.

pobSrch
Type: array<Microsoft.VisualStudio.Shell.Interop::VSOBSEARCHCRITERIA2>^

[in] Bit flags indicating search options. Constructed using values from the _VSOBSEARCHOPTIONS2 enumeration.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: