DatabaseSchemaViewNode.GetChildren 方法
傳回這個節點的子系清單。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public Function GetChildren As IList(Of ISchemaModelViewerNode)
public IList<ISchemaModelViewerNode> GetChildren()
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren() sealed
abstract GetChildren : unit -> IList<ISchemaModelViewerNode>
override GetChildren : unit -> IList<ISchemaModelViewerNode>
public final function GetChildren() : IList<ISchemaModelViewerNode>
傳回值
型別:System.Collections.Generic.IList<ISchemaModelViewerNode>
子節點的清單。如果沒有子節點,則傳回空白清單。
實作
ISchemaModelViewerNode.GetChildren()
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空間