PackageManagerDebugSettings.SetContentGroupStateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetContentGroupStateAsync(Package, String, PackageContentGroupState) |
Legt den Stagingstatus einer Inhaltsgruppe für das Debuggen fest. |
SetContentGroupStateAsync(Package, String, PackageContentGroupState, Double) |
Legt den Stagingstatus einer Inhaltsgruppe für das Debuggen fest. |
SetContentGroupStateAsync(Package, String, PackageContentGroupState)
Legt den Stagingstatus einer Inhaltsgruppe für das Debuggen fest.
public:
virtual IAsyncAction ^ SetContentGroupStateAsync(Package ^ package, Platform::String ^ contentGroupName, PackageContentGroupState state) = SetContentGroupStateAsync;
/// [Windows.Foundation.Metadata.Overload("SetContentGroupStateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetContentGroupStateAsync(Package const& package, winrt::hstring const& contentGroupName, PackageContentGroupState const& state);
[Windows.Foundation.Metadata.Overload("SetContentGroupStateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetContentGroupStateAsync(Package package, string contentGroupName, PackageContentGroupState state);
function setContentGroupStateAsync(package, contentGroupName, state)
Public Function SetContentGroupStateAsync (package As Package, contentGroupName As String, state As PackageContentGroupState) As IAsyncAction
Parameter
- contentGroupName
-
String
Platform::String
winrt::hstring
Der Name der Inhaltsgruppe. Ein AppxContentGroupMap.xml muss vorhanden sein, wenn die App registriert ist, damit diese API funktioniert.
Gibt zurück
Gibt eine IAsyncAction zurück, die abgeschlossen wird, wenn sich der Zustand geändert hat.
- Attribute
Weitere Informationen
Gilt für:
SetContentGroupStateAsync(Package, String, PackageContentGroupState, Double)
Legt den Stagingstatus einer Inhaltsgruppe für das Debuggen fest.
public:
virtual IAsyncAction ^ SetContentGroupStateAsync(Package ^ package, Platform::String ^ contentGroupName, PackageContentGroupState state, double completionPercentage) = SetContentGroupStateAsync;
/// [Windows.Foundation.Metadata.Overload("SetContentGroupStateWithPercentageAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetContentGroupStateAsync(Package const& package, winrt::hstring const& contentGroupName, PackageContentGroupState const& state, double const& completionPercentage);
[Windows.Foundation.Metadata.Overload("SetContentGroupStateWithPercentageAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetContentGroupStateAsync(Package package, string contentGroupName, PackageContentGroupState state, double completionPercentage);
function setContentGroupStateAsync(package, contentGroupName, state, completionPercentage)
Public Function SetContentGroupStateAsync (package As Package, contentGroupName As String, state As PackageContentGroupState, completionPercentage As Double) As IAsyncAction
Parameter
- contentGroupName
-
String
Platform::String
winrt::hstring
Der Name der Inhaltsgruppe. Ein AppxContentGroupMap.xml muss vorhanden sein, wenn die App registriert ist, damit diese API funktioniert.
- completionPercentage
-
Double
double
Der simulierte Abschluss der Installation in Prozent. Ein Wert zwischen 0 und 100,0. Ein Wert größer als 100 wird auf 100 geklemmt.
Gibt zurück
Gibt eine IAsyncAction zurück, die abgeschlossen wird, wenn sich der Zustand geändert hat.
- Attribute
Hinweise
Der Status der erforderlichen Inhaltsgruppe (der durch PackageContentGroup.RequiredGroupName angegeben wird) kann nicht geändert werden. Die -Methode schlägt fehl, wenn diese Gruppe angegeben wird.