AddFiles(String[], String, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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