共用方式為


RenameFile.Options Property

Definition

Gets or sets the rename options.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::RenameFileOptions ^ Options { Microsoft::VisualStudio::LanguageServer::Protocol::RenameFileOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::RenameFileOptions ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="options")]
public Microsoft.VisualStudio.LanguageServer.Protocol.RenameFileOptions? Options { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="options")>]
member this.Options : Microsoft.VisualStudio.LanguageServer.Protocol.RenameFileOptions with get, set
Public Property Options As RenameFileOptions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to