Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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
Returns 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.