Sdílet prostřednictvím


DkmRunningProcessInfo.AppPackageId Property

Definition

[Optional] The id of the application package for this process. Null if the process is not part of a Windows Store app, or Windows Phone application. This is computed when DkmRunningProcessInfoPropertyMask.AppPackageId is set.

public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId { Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId { Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ get(); };
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId { get; }
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId? AppPackageId { get; }
member this.AppPackageId : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId
Public ReadOnly Property AppPackageId As DkmAppPackageId

Property Value

Returns DkmAppPackageId.

Applies to