Freigeben über


IVsFinder.GetTaggedSpans-Methode

Gibt markierte textspans zurück.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textfind.idl:

HRESULT IVsFinder::GetTaggedSpans(
   [out, retval] IVsTextSpanSet ** ppTags
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsFinder Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace