Partager via


TextBuffer.Find, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Function Find ( _
    Target As String, _
    <OutAttribute> ByRef StartLine As Integer, _
    <OutAttribute> ByRef StartColumn As Integer, _
    <OutAttribute> ByRef EndLine As Integer, _
    <OutAttribute> ByRef EndColumn As Integer, _
    WholeWord As Boolean, _
    MatchCase As Boolean, _
    PatternSearch As Boolean _
) As Boolean
bool Find(
    string Target,
    out int StartLine,
    out int StartColumn,
    out int EndLine,
    out int EndColumn,
    bool WholeWord,
    bool MatchCase,
    bool PatternSearch
)
bool Find(
    [InAttribute] String^ Target, 
    [InAttribute] [OutAttribute] int% StartLine, 
    [InAttribute] [OutAttribute] int% StartColumn, 
    [InAttribute] [OutAttribute] int% EndLine, 
    [InAttribute] [OutAttribute] int% EndColumn, 
    [InAttribute] bool WholeWord, 
    [InAttribute] bool MatchCase, 
    [InAttribute] bool PatternSearch
)
abstract Find : 
        Target:string * 
        StartLine:int byref * 
        StartColumn:int byref * 
        EndLine:int byref * 
        EndColumn:int byref * 
        WholeWord:bool * 
        MatchCase:bool * 
        PatternSearch:bool -> bool 
function Find(
    Target : String, 
    StartLine : int, 
    StartColumn : int, 
    EndLine : int, 
    EndColumn : int, 
    WholeWord : boolean, 
    MatchCase : boolean, 
    PatternSearch : boolean
) : boolean

Paramètres

  • StartLine
    Type : System.Int32%
    Ligne à partir de laquelle commencer.
  • StartColumn
    Type : System.Int32%
    Colonne à partir de laquelle commencer.
  • EndLine
    Type : System.Int32%
    Ligne à laquelle s'arrêter.
  • EndColumn
    Type : System.Int32%
    Colonne à laquelle s'arrêter.
  • WholeWord
    Type : System.Boolean
    true si l'opération de recherche doit correspondre à un mot, sinon false.
  • MatchCase
    Type : System.Boolean
    true si l'opération de recherche doit correspondre à la casse de la cible, sinon false.
  • PatternSearch
    Type : System.Boolean
    true si l'opération de recherche doit correspondre au modèle cible, sinon false.

Valeur de retour

Type : System.Boolean
true si l'opération de recherche a trouvé la chaîne, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

TextBuffer Interface

EnvDTE, espace de noms