Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Function GetNodesXml ( _
    nodeUris As String(), _
    childNodes As Boolean _
) As XmlElement
[WebMethodAttribute]
public XmlElement GetNodesXml(
    string[] nodeUris,
    bool childNodes
)
[WebMethodAttribute]
public:
XmlElement^ GetNodesXml(
    array<String^>^ nodeUris, 
    bool childNodes
)
[<WebMethodAttribute>]
member GetNodesXml : 
        nodeUris:string[] * 
        childNodes:bool -> XmlElement 
public function GetNodesXml(
    nodeUris : String[], 
    childNodes : boolean
) : XmlElement
Parameters
- nodeUris
Type: array<System.String[] 
- childNodes
Type: System.Boolean 
Return Value
Type: System.Xml.XmlElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.