IVsRegisterFindScope Interface

Definition

Registers and un-registers a custom scope that can be chosen in the Find in Files, Look In combo box.

public interface class IVsRegisterFindScope
public interface class IVsRegisterFindScope
__interface IVsRegisterFindScope
[System.Runtime.InteropServices.Guid("08363D65-C178-4484-A293-D148173DD750")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsRegisterFindScope
[System.Runtime.InteropServices.Guid("08363D65-C178-4484-A293-D148173DD750")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRegisterFindScope
[<System.Runtime.InteropServices.Guid("08363D65-C178-4484-A293-D148173DD750")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsRegisterFindScope = interface
[<System.Runtime.InteropServices.Guid("08363D65-C178-4484-A293-D148173DD750")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRegisterFindScope = interface
Public Interface IVsRegisterFindScope
Attributes

Remarks

Implemented by packages to extend the scope available for Find in Files.

Methods

RegisterFindScope(IVsFindScope, UInt32)

Registers the specified find scope for Find in Files.

UnRegisterFindScope(UInt32)

Un-registers the specified find scope.

Applies to