다음을 통해 공유


CreateFile(String, String, String) Constructor

Definition

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

Applies to