IXsltContextVariable.Evaluate(XsltContext) Method
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.
Evaluates the variable at runtime and returns an object that represents the value of the variable.
public:
System::Object ^ Evaluate(System::Xml::Xsl::XsltContext ^ xsltContext);
public object Evaluate (System.Xml.Xsl.XsltContext xsltContext);
abstract member Evaluate : System.Xml.Xsl.XsltContext -> obj
Public Function Evaluate (xsltContext As XsltContext) As Object
Parameters
- xsltContext
- XsltContext
An XsltContext representing the execution context of the variable.
Returns
An Object representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.