ITextViewLine.VisibilityState Property

Gets the visibility state of this rendered text line with respect to the top and bottom of the view.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property VisibilityState As VisibilityState
VisibilityState VisibilityState { get; }
property VisibilityState VisibilityState {
    VisibilityState get ();
}
abstract VisibilityState : VisibilityState
function get VisibilityState () : VisibilityState

Property Value

Type: Microsoft.VisualStudio.Text.Formatting.VisibilityState
The visibility state of this rendered text line with respect to the top and bottom of the view.

Exceptions

Exception Condition
ObjectDisposedException

This ITextViewLine has been disposed.

.NET Framework Security

See Also

Reference

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace