ResourceManager.GetAllSubtreesForPackage(String, ResourceLayoutInfo) メソッド

定義

アプリ パッケージのすべてのリソース サブツリーのコレクションの一覧を取得します。

public:
 virtual IVectorView<ResourceMap ^> ^ GetAllSubtreesForPackage(Platform::String ^ packageName, ResourceLayoutInfo resourceLayoutInfo) = GetAllSubtreesForPackage;
IVectorView<ResourceMap> GetAllSubtreesForPackage(winrt::hstring const& packageName, ResourceLayoutInfo const& resourceLayoutInfo);
public IReadOnlyList<ResourceMap> GetAllSubtreesForPackage(string packageName, ResourceLayoutInfo resourceLayoutInfo);
function getAllSubtreesForPackage(packageName, resourceLayoutInfo)
Public Function GetAllSubtreesForPackage (packageName As String, resourceLayoutInfo As ResourceLayoutInfo) As IReadOnlyList(Of ResourceMap)

パラメーター

packageName
String

Platform::String

winrt::hstring

アプリ パッケージの名前。

resourceLayoutInfo
ResourceLayoutInfo

リソースのバージョンとリソース サブツリーの数を指定します。

戻り値

リソース サブツリーの一覧 (ResourceMap オブジェクト)。

適用対象