ServerStub.GetArgument - Méthode (ClientValueCollection, Int32)
Used to return a ClientValue object for an argument from a specified list of client values.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Shared Function GetArgument ( _
args As ClientValueCollection, _
i As Integer _
) As ClientValue
'Utilisation
Dim args As ClientValueCollection
Dim i As Integer
Dim returnValue As ClientValue
returnValue = ServerStub.GetArgument(args, _
i)
protected static ClientValue GetArgument(
ClientValueCollection args,
int i
)
Paramètres
args
Type : Microsoft.SharePoint.Client.ClientValueCollectionA list of client values that correspond to arguments. This parameter must not be une référence Null (Rien dans Visual Basic).
i
Type : System.Int32Index of the argument to return.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientValue
The requested ClientValue object.
Remarques
This is a helper method.