DatabaseSchemaViewNode.IsExpandable 屬性
取得或設定值,這個值表示此節點是否可展開。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
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)
屬性值
實作
ISchemaModelViewerNode.IsExpandable
備註
如果節點具有子節點,則該節點是可展開的。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空間