XsltFunctions.EXslObjectType(IList<XPathItem>) Método

Definición

Implementa exsl:object-type.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

value
IList<XPathItem>

Clase XPathItem cuyo tipo se va a determinar.

Devoluciones

Tipo de objeto como String.

Se aplica a