共用方式為


IVsDataExplorerNode.IsRefreshing 屬性

取得指出目前的節點是否在重新整理仍在進行中。

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

語法

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

屬性值

類型:Boolean
true ,如果重新整理節點;則為,否則為 false。

備註

當節點以非同步方式重新整理時,您可以使用這個屬性。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNode 介面

Microsoft.VisualStudio.Data.Services 命名空間