ResourceManager.GetAllSubtreesForPackage(String, ResourceLayoutInfo) Method

Definition

Gets a list of all collections of resource subtrees for an app package.

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)

Parameters

packageName
String

Platform::String

winrt::hstring

The name of the app package.

resourceLayoutInfo
ResourceLayoutInfo

Specifies the resource version and the resource subtree count.

Returns

A list of resource subtrees (ResourceMap objects).

Applies to