_Document.XMLSaveThroughXSLT Propiedad

Definición

Devuelve o establece un valor de tipo String que especifica la ruta de acceso y el nombre de archivo para la transformación de lenguaje de hoja de estilos extensible (XSLT) que se aplicará cuando un usuario guarde un documento.

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

Valor de propiedad

Comentarios

La propiedad XMLSaveThroughXSLT solo es aplicable cuando la XMLUseXSLTWhenSaving propiedad está establecida en True. Si la propiedad XMLUseXSLTWhenSaving está establecida en False, Microsoft Word omitirá la propiedad XMLSaveThroughXSLT.

Se aplica a