Metodo ProcessTemplateWebService.DeleteTemplate
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<WebMethodAttribute> _
Public Function DeleteTemplate ( _
templateId As Integer _
) As FrameworkTemplateHeader()
[WebMethodAttribute]
public FrameworkTemplateHeader[] DeleteTemplate(
int templateId
)
Parametri
- templateId
Tipo: System.Int32
Valore restituito
Tipo: array<Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.FrameworkTemplateHeader[]
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ProcessTemplateWebService Classe
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices