DkmTransportConnection.GetAppPackageExecutionState(DkmAppPackageId, Int32) 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.
Der Ausführungs Status der Windows Store-App wird angezeigt. Die Werte in diesem Feld werden in PACKAGE_EXECUTION_STATE angegeben.
public:
Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackageExecutionState GetAppPackageExecutionState(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, int SessionId);
public:
Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackageExecutionState GetAppPackageExecutionState(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, int SessionId);
Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackageExecutionState GetAppPackageExecutionState(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId const & AppPackageId, int SessionId);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmPackageExecutionState GetAppPackageExecutionState (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, int SessionId);
member this.GetAppPackageExecutionState : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId * int -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmPackageExecutionState
Public Function GetAppPackageExecutionState (AppPackageId As DkmAppPackageId, SessionId As Integer) As DkmPackageExecutionState
Parameter
- AppPackageId
- DkmAppPackageId
In Identifiziert ein Windows Store-App-Paket oder Windows Phone App-Paket.
- SessionId
- Int32
In Die ID der Sitzung, in der die Anwendung ausgeführt wird.
Gibt zurück
Vorgenommen Der Ausführungs Status der Anwendung.