VsFinderClass.Init, méthode

Définit la chaîne de recherche.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • grfOptions
    Type : UInt32

    [in] balise contenant des options de recherche. Des valeurs sont prises de l'enum d'__VSFINDOPTIONS.

  • pszFindPattern
    Type : String

    [in] modèle à le rechercher pour.

  • fReinit
    Type : Int32

    [in] true pour un nouveau modèle.

  • pResult
    Type : UInt32%

    [out]

Valeur de retour

Type : Int32

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

VsFinderClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms