Compartir a través de


IVsFinder.GetMatch (Método)

obtiene una coincidencia textspan.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetMatch ( _
    <OutAttribute> pts As TextSpan() _
) As Integer
int GetMatch(
    TextSpan[] pts
)
int GetMatch(
    [OutAttribute] array<TextSpan>^ pts
)
abstract GetMatch : 
        pts:TextSpan[] byref -> int
function GetMatch(
    pts : TextSpan[]
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textfind.idl:

HRESULT IVsFinder::GetMatch(
   [out, retval] TextSpan * pts
);

Seguridad de .NET Framework

Vea también

Referencia

IVsFinder Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)