Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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.