バージョン

JsonFromModelStore メソッド (ModelWidgetBase)

内部モデル ストアを JSON へシリアル化します。
シンタックス
'宣言
 
Protected Overrides Function JsonFromModelStore( _
   ByVal store As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.String
protected override System.string JsonFromModelStore( 
   System.Collections.Generic.IDictionary<string,object> store
)

パラメータ

store
モデル ストア。

戻り値の型

シリアル化の結果。
参照

オンラインで表示: GitHub