Partilhar via


Método VsFinderClass.GetMatchedSpans

Obtém correspondido spans de texto.

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

Sintaxe

'Declaração
Public Overridable Function GetMatchedSpans ( _
    <OutAttribute> ByRef ppSpans As IVsTextSpanSet _
) As Integer
public virtual int GetMatchedSpans(
    out IVsTextSpanSet ppSpans
)
public:
virtual int GetMatchedSpans(
    [OutAttribute] IVsTextSpanSet^% ppSpans
)
abstract GetMatchedSpans : 
        ppSpans:IVsTextSpanSet byref -> int  
override GetMatchedSpans : 
        ppSpans:IVsTextSpanSet byref -> int
public function GetMatchedSpans(
    ppSpans : IVsTextSpanSet
) : int

Parâmetros

Valor de retorno

Tipo: Int32

Implementações

IVsFinder.GetMatchedSpans(IVsTextSpanSet%)

Segurança do .NET Framework

Consulte também

Referência

VsFinderClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop