IXsltContextFunction.ReturnType 属性

定义

获取 XPathResultType,它表示函数返回的 XPath 类型。Gets the XPathResultType representing the XPath type returned by the function.

public:
 property System::Xml::XPath::XPathResultType ReturnType { System::Xml::XPath::XPathResultType get(); };
public System.Xml.XPath.XPathResultType ReturnType { get; }
member this.ReturnType : System.Xml.XPath.XPathResultType
Public ReadOnly Property ReturnType As XPathResultType

属性值

XPathResultType

一个 XPathResultType,它表示函数返回的 XPath 类型An XPathResultType representing the XPath type returned by the function

适用于