AppInstanceErrorDetails.InitOnePropertyFromJson 方法
初始化 JSON 資料從伺服器為基礎的用戶端物件的屬性。這個成員保留內部使用,而不是直接從您的程式碼。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Protected Overrides Function InitOnePropertyFromJson ( _
peekedName As String, _
reader As JsonReader _
) As Boolean
'用途
Dim peekedName As String
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = Me.InitOnePropertyFromJson(peekedName, _
reader)
protected override bool InitOnePropertyFromJson(
string peekedName,
JsonReader reader
)
參數
peekedName
類型:System.Stringe 初始化屬性名稱。
reader
類型:Microsoft.SharePoint.Client.JsonReader使用初始化 JSON 資料從伺服器中的屬性值JsonReader 。
傳回值
類型:System.Boolean
true如果初始化屬性。否則false。