共用方式為


CreateFileOptions.Overwrite 屬性

定義

取得或設定值,指出建立是否應該在檔案已經存在時覆寫檔案。 (覆寫略略IfExists)

public:
 property bool Overwrite { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="overwrite")]
public bool Overwrite { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="overwrite")>]
member this.Overwrite : bool with get, set
Public Property Overwrite As Boolean

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用於