Share via


IDatabaseProjectNode.CreateFileNodes Method

This adds files to the hierarchy in a batch.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Sub CreateFileNodes ( _
    addRequests As IList(Of CreateFileNodesRequest), _
    progress As CreateFileNodesProgress _
)
void CreateFileNodes(
    IList<CreateFileNodesRequest> addRequests,
    CreateFileNodesProgress progress
)
void CreateFileNodes(
    IList<CreateFileNodesRequest^>^ addRequests, 
    CreateFileNodesProgress^ progress
)
abstract CreateFileNodes : 
        addRequests:IList<CreateFileNodesRequest> * 
        progress:CreateFileNodesProgress -> unit 
function CreateFileNodes(
    addRequests : IList<CreateFileNodesRequest>, 
    progress : CreateFileNodesProgress
)

Parameters

Remarks

The batch approach is useful when the project is under version control and the caller wants to batch all the source code control (SCC) requests.

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

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