ITextView.InLayout Property
Determines whether the view is in the process of being laid out.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
'Declaração
ReadOnly Property InLayout As Boolean
bool InLayout { get; }
property bool InLayout {
bool get ();
}
abstract InLayout : bool
function get InLayout () : boolean
Type: System.Boolean
true if the view is being laid out, otherwise false.
Attempting to get the text view lines of the view while it is being laid out will cause an exception to be thrown.
- 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.