Partilhar via


Método VsFinderClass.SetScope

Restringe a pesquisa para o conjunto de span.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Public Overridable Function SetScope ( _
    pSpanScope As IVsTextSpanSet _
) As Integer
public virtual int SetScope(
    IVsTextSpanSet pSpanScope
)
public:
virtual int SetScope(
    [InAttribute] IVsTextSpanSet^ pSpanScope
)
abstract SetScope : 
        pSpanScope:IVsTextSpanSet -> int  
override SetScope : 
        pSpanScope:IVsTextSpanSet -> int
public function SetScope(
    pSpanScope : IVsTextSpanSet
) : int

Parâmetros

Valor de retorno

Tipo: Int32

Implementações

IVsFinder.SetScope(IVsTextSpanSet)

Segurança do .NET Framework

Consulte também

Referência

VsFinderClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop