Partager via


IVsDataExplorerNode.IsRefreshing, propriété

Obtient une valeur indiquant si le nœud actuel est en cours de être actualisé.

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
function get IsRefreshing () : boolean

Valeur de propriété

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

Notes

Vous pouvez utiliser cette propriété lorsque le nœud s'actualise de façon asynchrone.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms