VsFinder Интерфейс

Определение

Находит образ текста.

public interface class VsFinder : Microsoft::VisualStudio::TextManager::Interop::IVsFinder
public interface class VsFinder : Microsoft::VisualStudio::TextManager::Interop::IVsFinder
__interface VsFinder : Microsoft::VisualStudio::TextManager::Interop::IVsFinder
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsFinderClass))]
[System.Runtime.InteropServices.Guid("D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface VsFinder : Microsoft.VisualStudio.TextManager.Interop.IVsFinder
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsFinderClass))>]
[<System.Runtime.InteropServices.Guid("D0C79C30-C06A-11D2-936C-D714766E8B50")>]
type VsFinder = interface
    interface IVsFinder
Public Interface VsFinder
Implements IVsFinder
Производный
Атрибуты
Реализации

Методы

AttachTextImage(Object)

Присоединяет образ текста.

(Унаследовано от IVsFinder)
Detach()

Отсоединяет образ текста.

(Унаследовано от IVsFinder)
Find(UInt32, TextSpan[], UInt32)

Находит образ текста в диапазоне текста.

(Унаследовано от IVsFinder)
GetMatch(TextSpan[])

Получает сопоставление диапазона текста.

(Унаследовано от IVsFinder)
GetMatchedSpans(IVsTextSpanSet)

Получает сопоставленные диапазоны текста.

(Унаследовано от IVsFinder)
GetState(Int32, UInt32, UInt32)

Получает состояние.

(Унаследовано от IVsFinder)
GetTaggedSpans(IVsTextSpanSet)

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

(Унаследовано от IVsFinder)
Init(UInt32, String, Int32, UInt32)

Задает строку поиска.

(Унаследовано от IVsFinder)
SetPosition(UInt32, TextAddress)

Задает позиции поиска.

(Унаследовано от IVsFinder)
SetScope(IVsTextSpanSet)

Ограничивает поиск набором диапазонов.

(Унаследовано от IVsFinder)

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