Partager via


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

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientValue
The requested ClientValue object.

Remarques

This is a helper method.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

GetArgument - Surcharge

Microsoft.SharePoint.Client - Espace de noms