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 形式的对象类型。

适用于