IVsDataExplorerNode.IsExpanding, propriété

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

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

Syntaxe

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

Valeur de propriété

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

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms