WorkflowHelpers.FindResource Method
Gets a localized string that describes the resource at the specified ID.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function FindResource ( _
resourceId As String _
) As String
public static string FindResource(
string resourceId
)
public:
static String^ FindResource(
String^ resourceId
)
static member FindResource :
resourceId:string -> string
public static function FindResource(
resourceId : String
) : String
Parameters
resourceId
Type: System.StringThe resource ID for which to get a description.
Return Value
Type: System.String
A localized string that describes the specified resource.
.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.