共用方式為


ISchemaModelViewerNode.IsExpandable 屬性

取得或設定值,這個值表示此節點是否可展開。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Property IsExpandable As Boolean
    Get
    Set
bool IsExpandable { get; set; }
property bool IsExpandable {
    bool get ();
    void set (bool value);
}
abstract IsExpandable : bool with get, set
function get IsExpandable () : boolean
function set IsExpandable (value : boolean)

屬性值

型別:System.Boolean

備註

如果節點具有一個或多個子節點,則該節點是可展開的。

.NET Framework 安全性

請參閱

參考

ISchemaModelViewerNode 介面

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間