IDatabaseProjectNode.ExcludeFromProject Method
Excludes the specified list of nodes from 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 ExcludeFromProject ( _
nodesToExclude As IList(Of IDatabaseNode) _
)
void ExcludeFromProject(
IList<IDatabaseNode> nodesToExclude
)
void ExcludeFromProject(
IList<IDatabaseNode^>^ nodesToExclude
)
abstract ExcludeFromProject :
nodesToExclude:IList<IDatabaseNode> -> unit
function ExcludeFromProject(
nodesToExclude : IList<IDatabaseNode>
)
Parameters
- nodesToExclude
Type: System.Collections.Generic.IList<IDatabaseNode>
These are the nodes to exclude 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