XsltFunctions.EXslObjectType(IList<XPathItem>) 方法

定义

实现 exsl:object-type

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

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

参数

value
IList<XPathItem>

XPathItem 确定类型的类型。

返回

对象类型为 String.

适用于