ProcessTemplate.GetTemplateNames Method
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaración
<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
- 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.