IXsltContextFunction.ReturnType 属性

定义

获取 XPathResultType,它表示函数返回的 XPath 类型。

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 类型。

适用于