ISchemaModelViewerNode.IsExpandable Property

Gets or sets a value that indicates whether this node is expandable.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Property IsExpandable As Boolean
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)

Property Value

Type: System.Boolean

Remarks

A node is expandable if it can have one or more child nodes.

.NET Framework Security

See Also

Reference

ISchemaModelViewerNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace