DialApp.GetAppStateAsync 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.
Ruft den aktuellen status der Anwendung auf dem Remotegerät ab.
public:
virtual IAsyncOperation<DialAppStateDetails ^> ^ GetAppStateAsync() = GetAppStateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DialAppStateDetails> GetAppStateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DialAppStateDetails> GetAppStateAsync();
function getAppStateAsync()
Public Function GetAppStateAsync () As IAsyncOperation(Of DialAppStateDetails)
Gibt zurück
Die App status, ein Wert aus DialAppStateDetails.
- Attribute