IProcessTemplates.GetTemplateIndex Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Декларация
Function GetTemplateIndex ( _
name As String _
) As Integer
int GetTemplateIndex(
string name
)
int GetTemplateIndex(
String^ name
)
abstract GetTemplateIndex :
name:string -> int
function GetTemplateIndex(
name : String
) : int
Parameters
- name
Type: System.String
Return Value
Type: System.Int32
.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.