_Document.XMLSaveThroughXSLT Propriedade

Definição

Retorna ou define uma cadeia de caracteres que especifica o caminho e o nome do arquivo para a XSLT (Extensible Stylesheet Language Transformation) a ser aplicada quando um usuário salvar um 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 da propriedade

String

Comentários

A propriedade XMLSaveThroughXSLT só é aplicável quando a XMLUseXSLTWhenSaving propriedade é definida como true. Se a propriedade XMLUseXSLTWhenSaving estiver definida como False, o Microsoft Word ignorar a propriedade XMLSaveThroughXSLT.

Aplica-se a