ServerStub.OnQuerying método
Chamado quando podemos recuperar propriedades/campo do objeto.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Friend Overridable Sub OnQuerying ( _
obj As Object, _
query As ClientQuery, _
childItemQuery As ClientQuery _
)
'Uso
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
)
Parâmetros
obj
Tipo: System.ObjectA
- query
Tipo: Microsoft.SharePoint.Client.ClientQuery
- childItemQuery
Tipo: Microsoft.SharePoint.Client.ClientQuery