Proprietà DatabaseSchemaViewNode.IsExpandable

Ottiene o imposta un valore che indica se questo nodo è espandibile.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Implementa

ISchemaModelViewerNode.IsExpandable

Note

Un nodo è espandibile se può disporre di nodi figlio.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseSchemaViewNode Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView