ITextView.GetTextViewLineContainingBufferPosition, méthode
Obtient l'élément ITextViewLine contenant la position de mémoire tampon de texte spécifiée.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Function GetTextViewLineContainingBufferPosition ( _
bufferPosition As SnapshotPoint _
) As ITextViewLine
ITextViewLine GetTextViewLineContainingBufferPosition(
SnapshotPoint bufferPosition
)
ITextViewLine^ GetTextViewLineContainingBufferPosition(
SnapshotPoint bufferPosition
)
abstract GetTextViewLineContainingBufferPosition :
bufferPosition:SnapshotPoint -> ITextViewLine
function GetTextViewLineContainingBufferPosition(
bufferPosition : SnapshotPoint
) : ITextViewLine
Paramètres
bufferPosition
Type : Microsoft.VisualStudio.Text.SnapshotPointPosition de la mémoire de texte utilisée pour rechercher une ligne de texte.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Élément ITextViewLine contenant la position de mémoire tampon spécifiée.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | La vue n'a pas complété l'initialisation. |
ArgumentOutOfRangeException | bufferPosition n'est pas une position dans la mémoire tampon valide. |
Notes
Cette méthode retourne ITextViewLine si elle existe dans la vue. Si la ligne n'existe pas dans le cache de lignes mises en forme, elle sera mise en forme et ajoutée dans le cache.
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.