Delen via


DependencyViewAddNodesEventArgs.NodeList Property

Returns the list of added nodes.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property NodeList As IList(Of ISchemaModelViewerNode)
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>)

Property Value

Type: System.Collections.Generic.IList<ISchemaModelViewerNode>

.NET Framework Security

See Also

Reference

DependencyViewAddNodesEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView Namespace