IProcessTemplates.GetTemplateNames Method
Note: This API is now obsolete.
This method is obsolete. Please use the TemplateHeaders method instead Get the template names in XML package.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Please use the TemplateHeaders method instead")> _
Function GetTemplateNames As XmlNode
[ObsoleteAttribute("Please use the TemplateHeaders method instead")]
XmlNode GetTemplateNames()
[ObsoleteAttribute(L"Please use the TemplateHeaders method instead")]
XmlNode^ GetTemplateNames()
[<ObsoleteAttribute("Please use the TemplateHeaders method instead")>]
abstract GetTemplateNames : unit -> XmlNode
function GetTemplateNames() : XmlNode
Return Value
Type: System.Xml.XmlNode
Template names in XML package
.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.