UnionIterator.Create(XmlQueryRuntime) 方法

定义

初始化 UnionIterator 类。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void Create(System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public void Create (System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
member this.Create : System.Xml.Xsl.Runtime.XmlQueryRuntime -> unit
Public Sub Create (runtime As XmlQueryRuntime)

参数

runtime
XmlQueryRuntime

XmlQueryRuntime 对象。

适用于