Compartilhar via


Propriedade ISchemaModelViewerNode.IsExpandable

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

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Comentários

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

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerNode Interface

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