Partager via


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

Définition

Implémente exsl:object-type.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre 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

Paramètres

value
IList<XPathItem>

XPathItem pour lequel déterminer le type.

Retours

Type d'objet comme String.

S’applique à