ResourceManager.Current Property

Definition

Gets the ResourceManager for the currently running application.

public:
 static property ResourceManager ^ Current { ResourceManager ^ get(); };
static ResourceManager Current();
public static ResourceManager Current { get; }
var resourceManager = ResourceManager.current;
Public Shared ReadOnly Property Current As ResourceManager

Property Value

The application default ResourceManager, initialized with the resources for all of the packages in the package graph.

Remarks

Returns ERROR_MRM_INVALID_PRI_FILE if one of the packages contains a malformed PRI file.

Applies to