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
- objectId
Tipo: System.String
Valor retornado
Tipo: System.Object
Ver também
Referência
ClientCallableObjectFactory classe