Partilhar via


Método VsFinderClass.Init

Define a seqüência de localização.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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] Sinalizador que contém opções de localização. Valores são obtidas a partir do __VSFINDOPTIONS enum.

  • pszFindPattern
    Tipo: String

    [in] Padrão para procurar.

  • fReinit
    Tipo: Int32

    [in] true para um novo padrão.

  • pResult
    Tipo: UInt32%

    [out]

Valor de retorno

Tipo: Int32

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

VsFinderClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop