Share via


PrintTaskConfigurationSaveRequest.Save(Object) Method

Definition

Called by the device app to save the print task configuration.

public:
 virtual void Save(Platform::Object ^ printerExtensionContext) = Save;
void Save(IInspectable const& printerExtensionContext);
public void Save(object printerExtensionContext);
function save(printerExtensionContext)
Public Sub Save (printerExtensionContext As Object)

Parameters

printerExtensionContext
Object

Platform::Object

IInspectable

The object that represents the print task extension context.

Applies to

See also