IVsFinder.GetTaggedSpans(IVsTextSpanSet) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt markierte Textabschnitte zurück.
public:
int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet ^ % ppTags);
public:
int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet ^ & ppTags);
int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet const & & ppTags);
public int GetTaggedSpans (out Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet ppTags);
abstract member GetTaggedSpans : IVsTextSpanSet -> int
Public Function GetTaggedSpans (ByRef ppTags As IVsTextSpanSet) As Integer
Parameter
- ppTags
- IVsTextSpanSet
[out] Regex markierte Ausdrücke. Erfordert VSFH_SetMatch für Find(String, UInt32, Int32, IVsFindHelper, UInt32).
Gibt zurück
Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.
Hinweise
COM-Signatur
Aus "textfind. idl":
HRESULT IVsFinder::GetTaggedSpans(
[out, retval] IVsTextSpanSet ** ppTags
);