ResourceManager.AllResourceMaps 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得通常與應用程式套件相關聯的 ResourceMap 物件對應,並依套件名稱編制索引。
public:
property IMapView<Platform::String ^, ResourceMap ^> ^ AllResourceMaps { IMapView<Platform::String ^, ResourceMap ^> ^ get(); };
IMapView<winrt::hstring, ResourceMap const&> AllResourceMaps();
public IReadOnlyDictionary<string,ResourceMap> AllResourceMaps { get; }
var iMapView = resourceManager.allResourceMaps;
Public ReadOnly Property AllResourceMaps As IReadOnlyDictionary(Of String, ResourceMap)
屬性值
包含應用程式使用之所有套件的所有預設資源對應,以及已明確載入的任何資源對應。