_Document.XMLSaveThroughXSLT Propriété
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.
Cette propriété renvoie ou définit une chaîne qui spécifie le chemin d’accès et le nom de fichier de la transformation XSLT (Extensible Stylesheet Language Transformation) à appliquer lorsqu’un utilisateur enregistre un document.
public:
property System::String ^ XMLSaveThroughXSLT { System::String ^ get(); void set(System::String ^ value); };
public string XMLSaveThroughXSLT { get; set; }
member this.XMLSaveThroughXSLT : string with get, set
Public Property XMLSaveThroughXSLT As String
Valeur de propriété
Remarques
La propriété XMLSaveThroughXSLT est applicable uniquement lorsque la XMLUseXSLTWhenSaving propriété a la valeur true. Si la propriété XMLUseXSLTWhenSaving est définie sur False, Microsoft Word ignore la propriété XMLSaveThroughXSLT.