ProcessTemplate.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
Public Function GetResourceNames As String()
public string[] GetResourceNames()
public:
virtual array<String^>^ GetResourceNames() sealed
abstract GetResourceNames : unit -> string[]
override GetResourceNames : unit -> string[]
public final function GetResourceNames() : String[]
Return Value
Type: array<System.String[]
List of resource names in the template. Each resource can be retrieved by calling GetResource()
Implements
IProcessTemplate.GetResourceNames()
.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.