Compartir a través de


IVsFinder.GetMatchedSpans (Método)

Gets coincide con los textspans.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetMatchedSpans ( _
    <OutAttribute> ByRef ppSpans As IVsTextSpanSet _
) As Integer
int GetMatchedSpans(
    out IVsTextSpanSet ppSpans
)
int GetMatchedSpans(
    [OutAttribute] IVsTextSpanSet^% ppSpans
)
abstract GetMatchedSpans : 
        ppSpans:IVsTextSpanSet byref -> int
function GetMatchedSpans(
    ppSpans : IVsTextSpanSet
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textfind.idl:

HRESULT IVsFinder::GetMatchedSpans(
   [out, retval] IVsTextSpanSet ** ppSpans
);

Seguridad de .NET Framework

Vea también

Referencia

IVsFinder Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)