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.
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
- 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.