Compartir a través de


ISchemaModelViewerNode.IsExpandable (Propiedad)

Obtiene o establece un valor que indica si este nodo se puede expandir.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Comentarios

Un nodo es expansible si puede tener uno o más nodos secundarios.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewerNode Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)