VsFinderClass.GetTaggedSpans(IVsTextSpanSet) Метод

Определение

Возвращает заключенные в теги диапазоны текста.

public:
 virtual int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet ^ % ppTags) = Microsoft::VisualStudio::TextManager::Interop::IVsFinder::GetTaggedSpans;
public:
 virtual int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet ^ &  ppTags) = Microsoft::VisualStudio::TextManager::Interop::IVsFinder::GetTaggedSpans;
 virtual int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet const & & ppTags);
public virtual int GetTaggedSpans (out Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet ppTags);
abstract member GetTaggedSpans : IVsTextSpanSet -> int
override this.GetTaggedSpans : IVsTextSpanSet -> int
Public Overridable Function GetTaggedSpans (ByRef ppTags As IVsTextSpanSet) As Integer

Параметры

ppTags
IVsTextSpanSet

[out] Помеченные тегами выражения Regex. Требует VSFH_SetMatch в Find(String, UInt32, Int32, IVsFindHelper, UInt32).

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Реализации

Применяется к