VsFinderClass.GetTaggedSpans, méthode

Étendues de texte avec balises de retours.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32

Implémentations

IVsFinder.GetTaggedSpans(IVsTextSpanSet%)

Sécurité .NET Framework

Voir aussi

Référence

VsFinderClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms