共用方式為


DatabaseSchemaViewNode.IsExpandable 屬性

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

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

語法

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

屬性值

型別:System.Boolean

實作

ISchemaModelViewerNode.IsExpandable

備註

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

.NET Framework 安全性

請參閱

參考

DatabaseSchemaViewNode 類別

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