Share via


AddFiles(String[], String, String, Boolean) Constructor

Definition

Initializes a new instance of the AddFiles class.

[Newtonsoft.Json.JsonConstructor]
public AddFiles (string[] itemsPath, string? targetFolder, string? itemType, bool copyFile);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddFiles : string[] * string * string * bool -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddFiles
Public Sub New (itemsPath As String(), targetFolder As String, itemType As String, copyFile As Boolean)

Parameters

itemsPath
String[]
targetFolder
String
itemType
String
copyFile
Boolean
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to