IChartStorageHandler.Save(String, Byte[]) 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 les données sur le support externe.
public:
void Save(System::String ^ key, cli::array <System::Byte> ^ data);
public void Save (string key, byte[] data);
abstract member Save : string * byte[] -> unit
Public Sub Save (key As String, data As Byte())
Paramètres
- key
- String
Clé d'index.
- data
- Byte[]
Données d'image à enregistrer.