Partager via


IIncrementalSearch.AppendCharAndSearch, méthode

Étend le terme actuel recherché d'un caractère. Si un nouveau terme correspond, il est sélectionné. La sélection peut être utilisée pour accéder à la correspondance.

Espace de noms :  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Function AppendCharAndSearch ( _
    toAppend As Char _
) As IncrementalSearchResult
IncrementalSearchResult AppendCharAndSearch(
    char toAppend
)
IncrementalSearchResult AppendCharAndSearch(
    wchar_t toAppend
)
abstract AppendCharAndSearch : 
        toAppend:char -> IncrementalSearchResult
function AppendCharAndSearch(
    toAppend : char
) : IncrementalSearchResult

Paramètres

  • toAppend
    Type : Char

    Caractère à ajouter au terme de recherche actuel.

Valeur de retour

Type : Microsoft.VisualStudio.Text.IncrementalSearch.IncrementalSearchResult
IncrementalSearchResult sur lequel contient des informations si le terme de recherche a été recherché et si la recherche encapsulée autour du début ou la fin de la mémoire tampon.

Sécurité .NET Framework

Voir aussi

Référence

IIncrementalSearch Interface

Microsoft.VisualStudio.Text.IncrementalSearch, espace de noms