共用方式為


ResourceManager.Current 屬性

定義

取得目前執行中應用程式的 ResourceManager

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

屬性值

應用程式預設 ResourceManager,使用套件圖形中所有套件的資源初始化。

備註

如果其中一個套件包含格式不正確的 PRI 檔案,則傳回ERROR_MRM_INVALID_PRI_FILE。

適用於