ISuspendingEventArgs::SuspendingOperation property

Gets the app suspending operation.

This property is read/write.

Syntax

HRESULT put_SuspendingOperation();

HRESULT get_SuspendingOperation(
  [out, retval] ISuspendingOperation **value
);

Property value

The suspending operation.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Header
Windows.ApplicationModel.h
IDL
Windows.ApplicationModel.idl

See also

ISuspendingEventArgs