XsltFunctions.MSNumber(IList<XPathItem>) 方法

定义

实现 ms:numberMicrosoft XPath 扩展函数

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static double MSNumber(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ value);
public static double MSNumber (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> value);
static member MSNumber : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> double
Public Shared Function MSNumber (value As IList(Of XPathItem)) As Double

参数

返回

Double.

适用于