Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the list of removed 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyViewRemoveNodesEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView Namespace