IProcessTemplate.GetResourceNames Method
Get the resources names that are contained in the process template.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetResourceNames As String()
string[] GetResourceNames()
array<String^>^ GetResourceNames()
abstract GetResourceNames : unit -> string[]
function GetResourceNames() : String[]
Return Value
Type: array<System.String[]
List of resource names in the template. Each resource can be retrieved by calling GetResource().
.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.