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 命名空间