Sdílet prostřednictvím


DatabaseSchemaViewNode.IsExpandable – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda tento uzel je rozšiřitelný.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Boolean

Implementuje

ISchemaModelViewerNode.IsExpandable

Poznámky

Uzel je rozšiřitelný, pokud může mít podřízené uzly.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseSchemaViewNode Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů