Printing3D3MFPackage.SaveAsync 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.
Saves the Printing3D3MFPackage object to a 3D Manufacturing Format (3MF) file stream.
public:
virtual IAsyncOperation<IRandomAccessStream ^> ^ SaveAsync() = SaveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStream> SaveAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStream> SaveAsync();
function saveAsync()
Public Function SaveAsync () As IAsyncOperation(Of IRandomAccessStream)
Returns
A stream to the 3MF file where the package is to be saved.
- Attributes