Compartir a través de


VsFinderClass.GetTaggedSpans (Método)

Devuelve los intervalos etiquetados de texto.

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

Sintaxis

'Declaración
Public Overridable Function GetTaggedSpans ( _
    <OutAttribute> ByRef ppTags As IVsTextSpanSet _
) As Integer
public virtual int GetTaggedSpans(
    out IVsTextSpanSet ppTags
)
public:
virtual int GetTaggedSpans(
    [OutAttribute] IVsTextSpanSet^% ppTags
)
abstract GetTaggedSpans : 
        ppTags:IVsTextSpanSet byref -> int  
override GetTaggedSpans : 
        ppTags:IVsTextSpanSet byref -> int
public function GetTaggedSpans(
    ppTags : IVsTextSpanSet
) : int

Parámetros

Valor devuelto

Tipo: Int32

Implementaciones

IVsFinder.GetTaggedSpans(IVsTextSpanSet%)

Seguridad de .NET Framework

Vea también

Referencia

VsFinderClass Clase

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