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
- 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
ExcludeFromProjectEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace