共用方式為


ITextDocument.IsReloading 屬性

判斷 Reload 方法是否正在執行。

命名空間:  Microsoft.VisualStudio.Text
組件:  Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)

語法

'宣告
ReadOnly Property IsReloading As Boolean
bool IsReloading { get; }
property bool IsReloading {
    bool get ();
}
abstract IsReloading : bool with get
function get IsReloading () : boolean

屬性值

類型:Boolean
true 如果重新載入,否則false。

.NET Framework 安全性

請參閱

參考

ITextDocument 介面

Microsoft.VisualStudio.Text 命名空間