CreateFileOptions Class

Definition

Class representing the options for a create file operation.

See the Language Server Protocol specification for additional information.

C++
public ref class CreateFileOptions
Inheritance
CreateFileOptions
Attributes

Constructors

Properties

IgnoreIfExists

Gets or sets a value indicating whether the action should be ignored if the file already exists.

Overwrite

Gets or sets a value indicating whether the creation should overwrite the file if it already exists. (Overwrite wins over ignoreIfExists)

Applies to

Proizvod Verzije
Visual Studio SDK 2022