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