共用方式為


DependencyViewAddNodesEventArgs.NodeList 屬性

傳回加入之節點的清單。

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

語法

'宣告
Public Property NodeList As IList(Of ISchemaModelViewerNode)
    Get
    Private Set
public IList<ISchemaModelViewerNode> NodeList { get; private set; }
public:
property IList<ISchemaModelViewerNode^>^ NodeList {
    IList<ISchemaModelViewerNode^>^ get ();
    private: void set (IList<ISchemaModelViewerNode^>^ value);
}
member NodeList : IList<ISchemaModelViewerNode> with get, private set
function get NodeList () : IList<ISchemaModelViewerNode>
private function set NodeList (value : IList<ISchemaModelViewerNode>)

屬性值

型別:System.Collections.Generic.IList<ISchemaModelViewerNode>

.NET Framework 安全性

請參閱

參考

DependencyViewAddNodesEventArgs 類別

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