IXsltContextVariable Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IXsltContextVariable type exposes the following members.

Properties

  Name Description
Public property IsLocal Gets a value indicating whether the variable is local.
Public property IsParam Gets a value indicating whether the variable is an Extensible Stylesheet Language Transformations (XSLT) parameter. This can be a parameter to a style sheet or a template.
Public property VariableType Gets the XPathResultType representing the XML Path Language (XPath) type of the variable.

Top