Condividi tramite


Metodo ITextViewLineCollection.GetTextViewLineContainingBufferPosition

ottiene ITextViewLine contenente la posizione del buffer di testo specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Formatting.ITextViewLine
ITextViewLine che contiene il percorso, o nullriferimento null (Nothing in Visual Basic) se non esiste già.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

bufferPosition non è una posizione del buffer valida.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextViewLineCollection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor