IVsDataExplorerNode.HasBeenExpanded 属性

获取指示当前节点是否的值已经展开。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property HasBeenExpanded As Boolean
bool HasBeenExpanded { get; }
property bool HasBeenExpanded {
    bool get ();
}
abstract HasBeenExpanded : bool
function get HasBeenExpanded () : boolean

属性值

类型:System.Boolean
true ,如果该节点已展开的;否则,false。

备注

此方法确定节点是否通过检查已展开的子节点显示。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Microsoft.VisualStudio.Data.Services 命名空间