'宣言
Public Function LoadFromIsolatedStorage( _ ByVal fileName As System.String _ ) As System.Boolean
public System.bool LoadFromIsolatedStorage( System.string fileName )
パラメータ
- fileName
- 辞書の保存先のファイル名。
戻り値の型
辞書が正常にロードされた場合は true、そうでない場合は false。
'宣言
Public Function LoadFromIsolatedStorage( _ ByVal fileName As System.String _ ) As System.Boolean
public System.bool LoadFromIsolatedStorage( System.string fileName )