IWpfTextViewLineCollection.GetTextViewLineContainingBufferPosition, méthode
Obtient l'élément IWpfTextViewLine contenant la position de mémoire tampon de texte spécifiée.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Function GetTextViewLineContainingBufferPosition ( _
bufferPosition As SnapshotPoint _
) As IWpfTextViewLine
IWpfTextViewLine GetTextViewLineContainingBufferPosition(
SnapshotPoint bufferPosition
)
IWpfTextViewLine^ GetTextViewLineContainingBufferPosition(
SnapshotPoint bufferPosition
)
abstract GetTextViewLineContainingBufferPosition :
bufferPosition:SnapshotPoint -> IWpfTextViewLine
function GetTextViewLineContainingBufferPosition(
bufferPosition : SnapshotPoint
) : IWpfTextViewLine
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.IWpfTextViewLine
ITextViewLine qui contient la position, ou nullune référence null (Nothing en Visual Basic) si aucun n'existe.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | bufferPosition n'est pas une position dans la mémoire tampon valide. |
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.