Поделиться через


VsFinderClass.GetMatch - метод

Возвращает сопоставления диапазона текста.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function GetMatch ( _
    <OutAttribute> pts As TextSpan() _
) As Integer
public virtual int GetMatch(
    TextSpan[] pts
)
public:
virtual int GetMatch(
    [OutAttribute] array<TextSpan>^ pts
)
abstract GetMatch : 
        pts:TextSpan[] byref -> int  
override GetMatch : 
        pts:TextSpan[] byref -> int
public function GetMatch(
    pts : TextSpan[]
) : int

Параметры

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

Тип: Int32

Реализации

IVsFinder.GetMatch(array<TextSpan[])

Безопасность платформы .NET Framework

См. также

Ссылки

VsFinderClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен