共用方式為


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

屬性值

類型:Boolean
true ,如果節點已展開;則為,否則為 false。

備註

這個方法會判斷節點是否透過檢查展開子節點隨即出現。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNode 介面

Microsoft.VisualStudio.Data.Services 命名空間