ResourceManager.GetAllSubtreesForPackage(String, ResourceLayoutInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).