ResourceManager.Current 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前執行中應用程式的 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。