DeleteFileOptions Class

Definition

Class representing the options for a create file operation.

See the Language Server Protocol specification for additional information.

C++
public ref class DeleteFileOptions
Inheritance
DeleteFileOptions
Attributes

Constructors

Properties

IgnoreIfNotExists

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

Recursive

Gets or sets a value indicating whether the delete operation should be applied recursively if a folder is denoted. (Overwrite wins over ignoreIfNotExists)

Applies to

Product Versions
Visual Studio SDK 2022