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
bufferPosition
Tipo: Microsoft.VisualStudio.Text.SnapshotPointLa posizione del buffer di testo utilizzata per individuare una riga di testo.
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.