ResourceManager.AllResourceMaps 속성

정의

패키지 이름으로 인덱싱된 앱 패키지와 일반적으로 연결된 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)

속성 값

앱에서 사용하는 모든 패키지에 대한 모든 기본 리소스 맵과 명시적으로 로드된 모든 리소스 맵을 포함합니다.

적용 대상