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.XmlNodeListA list of XML nodes 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 : System.Xml.XmlNode
The requested XML node.
Remarques
This is a helper method.