Поделиться через


ExcludeFromProjectEventArgs.Nodes Property

Gets the list of nodes that were excluded from the project system.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ExcludeFromProjectEventArgs Class

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