ServerStub.GetArgument método (XmlNodeList, Int32)
Usado para retornar um nó XML para um argumento de uma lista especificada de nós XML.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Shared Function GetArgument ( _
xmlargs As XmlNodeList, _
i As Integer _
) As XmlNode
'Uso
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
)
Parâmetros
xmlargs
Tipo: System.Xml.XmlNodeListUma lista de nós XML que correspondem aos argumentos. Este parâmetro não deve ser uma referência nula (Nothing no Visual Basic).
i
Tipo: System.Int32Índice do argumento para retornar.
Valor retornado
Tipo: System.Xml.XmlNode
O nó XML solicitado.
Comentários
Este é um método auxiliar.