CreateFile(String, String, String) 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 CreateFile class.
[Newtonsoft.Json.JsonConstructor]
public CreateFile (string itemPath, string? content, string? itemType);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.CreateFile : string * string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.CreateFile
Public Sub New (itemPath As String, content As String, itemType As String)
Parameters
- itemPath
- String
- content
- String
- itemType
- String
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute