Compartir a través de


VsFinderClass.Find (Método)

Encuentra una imagen de texto dentro de un intervalo de texto.

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

Sintaxis

'Declaración
Public Overridable Function Find ( _
    grfFindHow As UInteger, _
    <OutAttribute> ptsMatch As TextSpan(), _
    <OutAttribute> ByRef pgrfResult As UInteger _
) As Integer
public virtual int Find(
    uint grfFindHow,
    TextSpan[] ptsMatch,
    out uint pgrfResult
)
public:
virtual int Find(
    [InAttribute] unsigned int grfFindHow, 
    [InAttribute] [OutAttribute] array<TextSpan>^ ptsMatch, 
    [OutAttribute] unsigned int% pgrfResult
)
abstract Find : 
        grfFindHow:uint32 * 
        ptsMatch:TextSpan[] byref * 
        pgrfResult:uint32 byref -> int  
override Find : 
        grfFindHow:uint32 * 
        ptsMatch:TextSpan[] byref * 
        pgrfResult:uint32 byref -> int
public function Find(
    grfFindHow : uint, 
    ptsMatch : TextSpan[], 
    pgrfResult : uint
) : int

Parámetros

  • grfFindHow
    Tipo: UInt32

    [in] Directrices para la búsqueda. los valores se toman de la enumeración de __VSFINDHOW .

  • pgrfResult
    Tipo: UInt32%

    [out] Indicadores de resultado.

Valor devuelto

Tipo: Int32

Implementaciones

IVsFinder.Find(UInt32, array<TextSpan[], UInt32%)

Seguridad de .NET Framework

Vea también

Referencia

VsFinderClass Clase

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