Share via


IVsDataExplorerNode.IsRefreshing, propriété

Obtient une valeur indiquant si le nœud actuel est en train d'être actualisée.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property IsRefreshing As Boolean
bool IsRefreshing { get; }
property bool IsRefreshing {
    bool get ();
}
abstract IsRefreshing : bool with get
function get IsRefreshing () : boolean

Valeur de propriété

Type : Boolean
true si le nœud est actualisé ; sinon, false.

Notes

Vous pouvez utiliser cette propriété lorsque le nœud est actualisé de façon asynchrone.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms