View2.Export(String, String) 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.
Exporte la vue vers un fichier au format spécifié.
public:
void Export(System::String ^ bstrURL, System::String ^ bstrFormat);
public void Export (string bstrURL, string bstrFormat);
abstract member Export : string * string -> unit
Public Sub Export (bstrURL As String, bstrFormat As String)
Paramètres
- bstrURL
- String
Emplacement du répertoire dans lequel le fichier de la vue exportée sera enregistré.
- bstrFormat
- String
Format du fichier vers lequel exporter. Seule la valeur « MHT » est prise en charge.
Implémente
Exemples
Dans l’exemple suivant, la méthode Export de l’objet ViewObject est utilisée pour exporter la vue actuelle :
thisXDocument.View.<span class="label">Export</span>(@"C:\MyView.mht", "MHT");
Remarques
Si elle est utilisée dans un formulaire qui ne dispose pas d'une autorisation totale, la méthode Export renvoie une erreur « autorisation refusée ».