ProcessTemplate.GetTemplateNames Method

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)

Syntax

‘선언
<WebMethodAttribute> _
<ObsoleteAttribute("Please use the TemplateHeaders method instead")> _
Public Function GetTemplateNames As XmlDocument
[WebMethodAttribute]
[ObsoleteAttribute("Please use the TemplateHeaders method instead")]
public XmlDocument GetTemplateNames()
[WebMethodAttribute]
[ObsoleteAttribute(L"Please use the TemplateHeaders method instead")]
public:
XmlDocument^ GetTemplateNames()
[<WebMethodAttribute>]
[<ObsoleteAttribute("Please use the TemplateHeaders method instead")>]
member GetTemplateNames : unit -> XmlDocument 
public function GetTemplateNames() : XmlDocument

Return Value

Type: System.Xml.XmlDocument

.NET Framework Security

See Also

Reference

ProcessTemplate Class

Microsoft.TeamFoundation.Server Namespace