Freigeben über


XsltFunctions.EXslObjectType(IList<XPathItem>) Methode

Definition

Implementiert exsl:object-type.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

value
IList<XPathItem>

Das XPathItem, dessen Typ bestimmt werden soll.

Gibt zurück

Der Objekttyp als String.

Gilt für: