Compartilhar via


Propriedade DatabaseSchemaViewNode.IsExpandable

Obtém ou define um valor que indica se este nó é expansível.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Implementações

ISchemaModelViewerNode.IsExpandable

Comentários

Um nó é expansível, se ele pode ter nós filho.

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaViewNode Classe

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