PrintTaskConfigurationSaveRequest.Save(Object) Method
Definition
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.
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.