XsltFunctions.EXslObjectType(IList<XPathItem>) Metoda

Definicja

Implementuje exsl:object-type.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

value
IList<XPathItem>

Z XPathItem których mają być określane typy.

Zwraca

Typ obiektu jako String.

Dotyczy