IVsDataExplorerNode.HasBeenExpanded, propriété

Obtient une valeur indiquant si le nœud actuel a été 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 HasBeenExpanded As Boolean
bool HasBeenExpanded { get; }
property bool HasBeenExpanded {
    bool get ();
}
abstract HasBeenExpanded : bool with get
function get HasBeenExpanded () : boolean

Valeur de propriété

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

Notes

Cette méthode détermine si le nœud a été développé en recherchant la présence des nœuds enfants.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms