ITextViewLine.VisibilityState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the visibility state of this rendered text line with respect to the top and bottom of the view.
public:
property Microsoft::VisualStudio::Text::Formatting::VisibilityState VisibilityState { Microsoft::VisualStudio::Text::Formatting::VisibilityState get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::VisibilityState VisibilityState { Microsoft::VisualStudio::Text::Formatting::VisibilityState get(); };
public Microsoft.VisualStudio.Text.Formatting.VisibilityState VisibilityState { get; }
member this.VisibilityState : Microsoft.VisualStudio.Text.Formatting.VisibilityState
Public ReadOnly Property VisibilityState As VisibilityState
Property Value
The visibility state of this rendered text line with respect to the top and bottom of the view.
Exceptions
This ITextViewLine has been disposed.