_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.
Renvoie ou définit une valeur de type String 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 s’applique uniquement lorsque la propriété a la XMLUseXSLTWhenSaving valeur True. Si la propriété XMLUseXSLTWhenSaving est définie sur False, Microsoft Word ignore la propriété XMLSaveThroughXSLT.