Condividi tramite


XsltFunctions.EXslObjectType(IList<XPathItem>) Metodo

Definizione

Implementa exsl:object-type.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

value
IList<XPathItem>

XPathItem di cui determinare il tipo.

Restituisce

Tipo di oggetto in formato String.

Si applica a