Compartir a través de


IncludeInProjectEventArgs.Nodes (Propiedad)

Obtiene la lista de nodos que se incluyeron en el sistema de proyectos.

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

Sintaxis

'Declaración
Public ReadOnly Property Nodes As IList(Of IDatabaseNode)
    Get
public IList<IDatabaseNode> Nodes { get; }
public:
property IList<IDatabaseNode^>^ Nodes {
    IList<IDatabaseNode^>^ get ();
}
member Nodes : IList<IDatabaseNode>
function get Nodes () : IList<IDatabaseNode>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IncludeInProjectEventArgs Clase

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