IDatabaseProjectNode.IncludeInProject Method
Includes the specified list of nodes in the database project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub IncludeInProject ( _
nodesToInclude As IList(Of IDatabaseNode) _
)
void IncludeInProject(
IList<IDatabaseNode> nodesToInclude
)
void IncludeInProject(
IList<IDatabaseNode^>^ nodesToInclude
)
abstract IncludeInProject :
nodesToInclude:IList<IDatabaseNode> -> unit
function IncludeInProject(
nodesToInclude : IList<IDatabaseNode>
)
Parameters
- nodesToInclude
Type: System.Collections.Generic.IList<IDatabaseNode>
These are the nodes to include in the project.
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace