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.
Gets the list of nodes that were included in 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
IncludeInProjectEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace