Bagikan melalui


DatabaseSchemaViewNode.IsExpandable Property

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

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

Syntax

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

Property Value

Type: System.Boolean

Implements

ISchemaModelViewerNode.IsExpandable

Remarks

A node is expandable if it can have child nodes.

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

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