IVsFindSymbol Interface

Definition

Implements the search done by the FindSymbol menu command. You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.

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

Remarks

This interface replaces IVsObjectSearch.

Methods

DoSearch(Guid, VSOBSEARCHCRITERIA2[])

Performs the search.

GetUserOptions(Guid, VSOBSEARCHCRITERIA2[])

Returns the search options.

SetUserOptions(Guid, VSOBSEARCHCRITERIA2[])

Sets search options.

Applies to