IXsltContextVariable Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface to a given variable that is defined in the style sheet during runtime execution.
public interface class IXsltContextVariable
	public interface IXsltContextVariable
	type IXsltContextVariable = interface
	Public Interface IXsltContextVariable
Properties
| IsLocal | 
		 Gets a value indicating whether the variable is local.  | 
        	
| 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.  | 
        	
| VariableType | 
		 Gets the XPathResultType representing the XML Path Language (XPath) type of the variable.  | 
        	
Methods
| Evaluate(XsltContext) | 
		 Evaluates the variable at runtime and returns an object that represents the value of the variable.  |