IResourceManager 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ResourceManager 類別所實作的介面,可讓您存取應用程式資源對應和更進階的資源功能。
public interface class IResourceManager
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.Resources.MrtCoreContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2887946735, 33214, 23705, 160, 174, 188, 238, 1, 128, 184, 168)]
struct IResourceManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.Resources.MrtCoreContract), 65536)]
[Windows.Foundation.Metadata.Guid(2887946735, 33214, 23705, 160, 174, 188, 238, 1, 128, 184, 168)]
public interface IResourceManager
Public Interface IResourceManager
- 衍生
- 屬性
屬性
MainResourceMap |
取得與目前執行中應用程式之主要套件相關聯的 ResourceMap。 |
方法
CreateResourceContext() |
使用預設設定建立 ResourceContext。 |
事件
ResourceNotFound |
發生於嘗試取得資源失敗時,因為找不到指定的資源。 |