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