共用方式為


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 物件) 。

適用於