ServerStub.OnQuerying - Méthode
Called when we retrieve the properties/field from the object.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Sub OnQuerying ( _
obj As Object, _
query As ClientQuery, _
childItemQuery As ClientQuery _
)
'Utilisation
Dim obj As Object
Dim query As ClientQuery
Dim childItemQuery As ClientQuery
Me.OnQuerying(obj, query, childItemQuery)
protected internal virtual void OnQuerying(
Object obj,
ClientQuery query,
ClientQuery childItemQuery
)
Paramètres
obj
Type : System.ObjectThe
- query
Type : Microsoft.SharePoint.Client.ClientQuery
- childItemQuery
Type : Microsoft.SharePoint.Client.ClientQuery