PackageResources.LoadResource(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.