Share via


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

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

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