Share via


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 として返されます。

適用対象