XmlDataSourceDesigner.TransformFile Propriedade
Definição
Obtém ou define o nome do arquivo de um arquivo em linguagem XSL (.xsl) que define uma transformação XSLT para executar nos dados XML contidos pela propriedade Data ou pelo arquivo XML indicado pela propriedade DataFile.Gets or sets the file name of an Extensible Stylesheet Language (XSL) file (.xsl) that defines an XSLT transformation to perform on the XML data that is contained by the Data property or by the XML file that is indicated by the DataFile property.
public:
property System::String ^ TransformFile { System::String ^ get(); void set(System::String ^ value); };
public string TransformFile { get; set; }
member this.TransformFile : string with get, set
Public Property TransformFile As String
Valor da propriedade
O nome do arquivo XSLT.The XSLT file name.
Comentários
A Transform Propriedade sombreia a mesma propriedade no controle associado e destina-se somente ao uso interno.The Transform property shadows the same property in the associated control, and is intended for internal use only.