IVsFindSymbol2 Interface

Definition

Implements the search done by the FindSymbol menu command, with support for multiple frameworks.

public interface class IVsFindSymbol2
public interface class IVsFindSymbol2
__interface IVsFindSymbol2
[System.Runtime.InteropServices.Guid("7FF85072-4667-4532-B149-63A7B205060B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindSymbol2
[System.Runtime.InteropServices.Guid("7FF85072-4667-4532-B149-63A7B205060B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindSymbol2
[<System.Runtime.InteropServices.Guid("7FF85072-4667-4532-B149-63A7B205060B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindSymbol2 = interface
[<System.Runtime.InteropServices.Guid("7FF85072-4667-4532-B149-63A7B205060B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindSymbol2 = interface
Public Interface IVsFindSymbol2
Attributes

Remarks

This interface adds support to IVsFindSymbol for SubIDs on scopes to enable multiple frameworks to be displayed and used in the Object Browser.

You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.

Methods

DoSearch(Guid, UInt32, VSOBSEARCHCRITERIA2[])

Performs the search.

GetUserOptions(Guid, UInt32, VSOBSEARCHCRITERIA2[])

Returns the search options.

SetUserOptions(Guid, UInt32, VSOBSEARCHCRITERIA2[])

Sets search options.

Applies to