ClientCallableObjectFactory.GetObjectById - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public MustOverride Function GetObjectById ( _
objectId As String _
) As Object
'Utilisation
Dim instance As ClientCallableObjectFactory
Dim objectId As String
Dim returnValue As Object
returnValue = instance.GetObjectById(objectId)
public abstract Object GetObjectById(
string objectId
)
Paramètres
- objectId
Type : System.String
Valeur renvoyée
Type : System.Object
Voir aussi
Référence
ClientCallableObjectFactory classe