This documentation is archived and is not being maintained.

Xml.TransformArgumentList Property

Gets or sets a System.Xml.Xsl.XsltArgumentList that contains a list of optional arguments passed to the style sheet and used during the Extensible Stylesheet Language Transformation (XSLT).

[Visual Basic]
Public Property TransformArgumentList As XsltArgumentList
[C#]
public XsltArgumentList TransformArgumentList {get; set;}
[C++]
public: __property XsltArgumentList* get_TransformArgumentList();
public: __property void set_TransformArgumentList(XsltArgumentList*);
[JScript]
public function get TransformArgumentList() : XsltArgumentList;
public function set TransformArgumentList(XsltArgumentList);

Property Value

A System.Xml.Xsl.XsltArgumentList that contains a list of optional arguments passed to the style sheet and used during the XSL Transformation.

Remarks

Use the TransformArgumentList property to provide the XSL Transformation style sheet with optional arguments. The arguments can be either XSLT parameters or extension objects.

For more information about using the System.Xml.Xsl.XsltArgumentList, see XsltArgumentList for Stylesheet Parameters and Extension Objects.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

Xml Class | Xml Members | System.Web.UI.WebControls Namespace | System.Xml.Xsl.XsltArgumentList | XsltArgumentList for Stylesheet Parameters and Extension Objects

Show: