FormattingOptions.OtherOptions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置其他可能的格式设置选项。
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>]
member this.OtherOptions : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property OtherOptions As Dictionary(Of String, Object)
属性值
- 属性
-
Newtonsoft.Json.JsonExtensionDataAttribute