Partager via


ServerStub.GetArgument - Méthode (XmlNodeList, Int32)

Used to return an XML node for an argument from a specified list of XML nodes.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Protected Shared Function GetArgument ( _
    xmlargs As XmlNodeList, _
    i As Integer _
) As XmlNode
'Utilisation
Dim xmlargs As XmlNodeList
Dim i As Integer
Dim returnValue As XmlNode

returnValue = ServerStub.GetArgument(xmlargs, _
    i)
protected static XmlNode GetArgument(
    XmlNodeList xmlargs,
    int i
)

Paramètres

  • xmlargs
    Type : System.Xml.XmlNodeList

    A list of XML nodes that correspond to arguments. This parameter must not be une référence Null (Rien dans Visual Basic).

Valeur renvoyée

Type : System.Xml.XmlNode
The requested XML node.

Remarques

This is a helper method.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

GetArgument - Surcharge

Microsoft.SharePoint.Client - Espace de noms