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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET