IProcessTemplates.GetTemplateData Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaração
Function GetTemplateData ( _
methodologyIndex As Integer _
) As String
string GetTemplateData(
int methodologyIndex
)
String^ GetTemplateData(
int methodologyIndex
)
abstract GetTemplateData :
methodologyIndex:int -> string
function GetTemplateData(
methodologyIndex : int
) : String
Parameters
- methodologyIndex
Type: System.Int32
Return Value
Type: System.String
.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.