Compartilhar via


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

Definição

Implementa exsl:object-type.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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>

O XPathItem cujo tipo será determinado.

Retornos

Tipo de objeto como String.

Aplica-se a