Compartir a través de


IVsDataExplorerNode.IsRefreshing (Propiedad)

获取指示当前节点是否正在的值刷新过程中。

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property IsRefreshing As Boolean
bool IsRefreshing { get; }
property bool IsRefreshing {
    bool get ();
}
abstract IsRefreshing : bool with get
function get IsRefreshing () : boolean

Valor de propiedad

Tipo: Boolean
true ,如果刷新节点;否则,返回 false。

Comentarios

当节点异步刷新时,您可能需要使用此属性。

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)