PrintSupportPrintDeviceCapabilitiesChangedEventArgs.GetDeferral Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests that the print capability change operation be delayed and gets a deferral object that will be invoked upon completion of the deferred action.
public:
virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral
The deferral object.
The print capability change operation is delayed until the app calls the Deferral.Complete method.
Product | Versions |
---|---|
WinRT | Build 22000, Build 22621, Build 26100 |