Compartilhar via


ClientCallableObjectFactory.GetObjectById método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public MustOverride Function GetObjectById ( _
    objectId As String _
) As Object
'Uso
Dim instance As ClientCallableObjectFactory
Dim objectId As String
Dim returnValue As Object

returnValue = instance.GetObjectById(objectId)
public abstract Object GetObjectById(
    string objectId
)

Parâmetros

Valor retornado

Tipo: System.Object

Ver também

Referência

ClientCallableObjectFactory classe

ClientCallableObjectFactory membros

Microsoft.SharePoint.Client namespace