Xml.TransformArgumentList Property

Definition

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

public:
 property System::Xml::Xsl::XsltArgumentList ^ TransformArgumentList { System::Xml::Xsl::XsltArgumentList ^ get(); void set(System::Xml::Xsl::XsltArgumentList ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Xml.Xsl.XsltArgumentList TransformArgumentList { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.TransformArgumentList : System.Xml.Xsl.XsltArgumentList with get, set
Public Property TransformArgumentList As XsltArgumentList

Property Value

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

Attributes

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 class, see XsltArgumentList for Style Sheet Parameters and Extension Objects.

Applies to

See also