Printing3D3MFPackage.SaveAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Enregistre l’objet Printing3D3MFPackage dans un flux de fichiers 3D Manufacturing Format (3MF).
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)
Retours
Flux vers le fichier 3MF dans lequel le package doit être enregistré.
- Attributs