Compartir a través de


IVsFinder.GetTaggedSpans (Método)

devuelve textspans etiquetados.

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

Sintaxis

'Declaración
Function GetTaggedSpans ( _
    <OutAttribute> ByRef ppTags As IVsTextSpanSet _
) As Integer
int GetTaggedSpans(
    out IVsTextSpanSet ppTags
)
int GetTaggedSpans(
    [OutAttribute] IVsTextSpanSet^% ppTags
)
abstract GetTaggedSpans : 
        ppTags:IVsTextSpanSet byref -> int
function GetTaggedSpans(
    ppTags : 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::GetTaggedSpans(
   [out, retval] IVsTextSpanSet ** ppTags
);

Seguridad de .NET Framework

Vea también

Referencia

IVsFinder Interfaz

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