次の方法で共有


FormattingOptions.OtherOptions Property

Definition

Gets or sets the other potential formatting options.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ OtherOptions { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.Dictionary<string,object> OtherOptions { get; set; }
[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.Dictionary<string,object>? OtherOptions { get; set; }
[<Newtonsoft.Json.JsonExtensionData>]
member this.OtherOptions : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property OtherOptions As Dictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonExtensionDataAttribute

Applies to