共用方式為


ResourceManager.GetAllNamedResourcesForPackage 方法

定義

取得應用程式套件的所有具名資源清單。

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

參數

packageName
String

Platform::String

winrt::hstring

應用程式套件的名稱。

resourceLayoutInfo
ResourceLayoutInfo

指定資源版本和具名資源計數。

傳回

NamedResource物件的清單。

適用於