ITextView.InLayout 属性

确定该视图是否在进行布局。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
ReadOnly Property InLayout As Boolean
bool InLayout { get; }
property bool InLayout {
    bool get ();
}
abstract InLayout : bool with get
function get InLayout () : boolean

属性值

类型:Boolean
true ,如果视图中计划,否则为 false。

备注

,以便在计划将导致引发异常时,尝试获取该文本查看视图的行。

.NET Framework 安全性

请参阅

参考

ITextView 接口

Microsoft.VisualStudio.Text.Editor 命名空间