System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
For more information on using , see article Q324899, "HOW TO: Implement and Use Custom Functions When You Execute XPath Queries in Visual Basic .NET" in the Microsoft Knowledge Base at http://support.microsoft.com.
Provides an interface to a given variable that is defined in the style sheet during runtime execution.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
To be added
Evaluates the variable at runtime and returns an object that represents the value of the variable.
An representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.
An representing the execution context of the variable.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added: an object of type 'bool'
To be added
Gets a value indicating whether the variable is local.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added: an object of type 'bool'
To be added
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.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.XPath.XPathResultType
To be added: an object of type 'System.Xml.XPath.XPathResultType'
To be added
Gets the representing the XML Path Language (XPath) type of the variable.