Gets a localized string describing the resource at the specified ID.
Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
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.String
 The resource ID for which to get a description.
Return Value
Type: System.String
A localized string describing 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.