共用方式為


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 物件型別。

適用於