次の方法で共有


ClientRuntimeContext.ParseObjectFromJsonString メソッド

Parses the specified JavaScript Object Notation (JSON) string and gets an object from it.

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
Public Function ParseObjectFromJsonString ( _
    json As String _
) As Object
'使用
Dim instance As ClientRuntimeContext
Dim json As String
Dim returnValue As Object

returnValue = instance.ParseObjectFromJsonString(json)
public Object ParseObjectFromJsonString(
    string json
)

パラメーター

戻り値

型: System.Object
The object parsed from the JSON string.

注釈

This method creates an object from the specified JSON string, which can contain an object creation expression such as "new SP.Guid()" or "new Date()".

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Microsoft.SharePoint.Client 名前空間