Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ensures that all the text in the specified span is entirely visible in the view.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Sub EnsureSpanVisible ( _
span As SnapshotSpan _
)
void EnsureSpanVisible(
SnapshotSpan span
)
void EnsureSpanVisible(
SnapshotSpan span
)
abstract EnsureSpanVisible :
span:SnapshotSpan -> unit
function EnsureSpanVisible(
span : SnapshotSpan
)
Parameters
span
Type: Microsoft.VisualStudio.Text.SnapshotSpanThe span to make visible.
Remarks
This is equivalent to EnsureSpanVisible(span, EnsureSpanVisibleOptions.None).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.