다음을 통해 공유


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

정의

ms:numberMicrosoft XPath 확장 함수를 구현합니다.

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

public:
 static double MSNumber(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ value);
public static double MSNumber (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> value);
static member MSNumber : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> double
Public Shared Function MSNumber (value As IList(Of XPathItem)) As Double

매개 변수

value
IList<XPathItem>

List<T>XPathItem입니다.

반환

Double.

적용 대상