XsltFunctions.EXslObjectType(IList<XPathItem>) Method

Definition

Implements exsl:object-type.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

value
IList<XPathItem>

The XPathItem of which to determine type.

Returns

Object type as String.

Applies to