共用方式為


ISchemaModelViewerNode.GetChildren 方法

取得此節點的子節點。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Function GetChildren As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetChildren()
IList<ISchemaModelViewerNode^>^ GetChildren()
abstract GetChildren : unit -> IList<ISchemaModelViewerNode> 
function GetChildren() : IList<ISchemaModelViewerNode>

傳回值

型別:System.Collections.Generic.IList<ISchemaModelViewerNode>
子節點的清單。如果節點沒有子節點,則傳回空白清單。

.NET Framework 安全性

請參閱

參考

ISchemaModelViewerNode 介面

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間