PackageResources.LoadResource(String) Method

Definition

Loads the specified package resources.

public:
 static System::String ^ LoadResource(System::String ^ resId);
public static string LoadResource(string resId);
static member LoadResource : string -> string
Public Shared Function LoadResource (resId As String) As String

Parameters

resId
String

The ID of the resource to load.

Returns

The string that represents the package resources.

Applies to