다음을 통해 공유


XsltFunctions.EXslObjectType(IList<XPathItem>) 메서드

정의

exsl:object-type을 구현합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

value
IList<XPathItem>

형식을 결정할 XPathItem입니다.

반환

String인 개체 형식입니다.

적용 대상