IWpfTextViewHost.IsClosed 属性

确定此文本视图是否已关闭。

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

语法

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

属性值

类型:Boolean
true ,如果文本视图关闭,否则 false。

.NET Framework 安全性

请参阅

参考

IWpfTextViewHost 接口

Microsoft.VisualStudio.Text.Editor 命名空间