Compartir a través de


DependencyViewAddNodesEventArgs.NodeList (Propiedad)

Devuelve la lista de nodos agregados.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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>)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DependencyViewAddNodesEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView (Espacio de nombres)