Freigeben über


Package.GetContentGroupAsync(String) Methode

Definition

Stellt Informationen zur Paketinhaltsgruppe bereit, z. B. Status, Name, erforderlich usw.

public:
 virtual IAsyncOperation<PackageContentGroup ^> ^ GetContentGroupAsync(Platform::String ^ name) = GetContentGroupAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PackageContentGroup> GetContentGroupAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PackageContentGroup> GetContentGroupAsync(string name);
function getContentGroupAsync(name)
Public Function GetContentGroupAsync (name As String) As IAsyncOperation(Of PackageContentGroup)

Parameter

name
String

Platform::String

winrt::hstring

Der Name der abzurufenden Inhaltsgruppe.

Gibt zurück

Ein PackageContentGroup-Objekt , das Informationen enthält, z. B. ob die Inhaltsgruppe erforderlich ist, ihr Zustand, das der Inhaltsgruppe zugeordnete Paket usw. Gibt Null zurück, wenn die benannte Inhaltsgruppe nicht Teil dieses Pakets ist.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für: