Compartir a través de


VsFinderClass.Init (Método)

Establece la cadena de búsqueda.

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

Sintaxis

'Declaración
Public Overridable Function Init ( _
    grfOptions As UInteger, _
    pszFindPattern As String, _
    fReinit As Integer, _
    <OutAttribute> ByRef pResult As UInteger _
) As Integer
public virtual int Init(
    uint grfOptions,
    string pszFindPattern,
    int fReinit,
    out uint pResult
)
public:
virtual int Init(
    [InAttribute] unsigned int grfOptions, 
    [InAttribute] String^ pszFindPattern, 
    [InAttribute] int fReinit, 
    [OutAttribute] unsigned int% pResult
)
abstract Init : 
        grfOptions:uint32 * 
        pszFindPattern:string * 
        fReinit:int * 
        pResult:uint32 byref -> int  
override Init : 
        grfOptions:uint32 * 
        pszFindPattern:string * 
        fReinit:int * 
        pResult:uint32 byref -> int
public function Init(
    grfOptions : uint, 
    pszFindPattern : String, 
    fReinit : int, 
    pResult : uint
) : int

Parámetros

  • grfOptions
    Tipo: UInt32

    [in] Marcador que contiene opciones de búsqueda. Los valores se interpretan de enumeración de __VSFINDOPTIONS .

  • pszFindPattern
    Tipo: String

    [in] Modelo a buscar.

  • fReinit
    Tipo: Int32

    [in] true para un nuevo modelo.

  • pResult
    Tipo: UInt32%

    [out]

Valor devuelto

Tipo: Int32

Implementaciones

IVsFinder.Init(UInt32, String, Int32, UInt32%)

Seguridad de .NET Framework

Vea también

Referencia

VsFinderClass Clase

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