ClientValueObjectCollection<T>.InitOnePropertyFromJson - Méthode
Initializes a property from JavaScript Object Notation (JSON).
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Protected Overrides Function InitOnePropertyFromJson ( _
peekedName As String, _
reader As JsonReader _
) As Boolean
'Utilisation
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
)
Paramètres
peekedName
Type : System.StringThe name of the property to initialize.
reader
Type : Microsoft.SharePoint.Client.JsonReaderThe JsonReader object used to read the JavaScript Object Notation (JSON) data to initialize the returned result.
Valeur renvoyée
Type : System.Boolean
true if the property is initialized; otherwise, false.
Voir aussi
Référence
ClientValueObjectCollection<T> classe