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 : CharCaractè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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Text.IncrementalSearch, espace de noms