IntersectIterator.Create(XmlQueryRuntime) 方法
定义
初始化 IntersectIterator 类的新实例。Initializes a new instance of the IntersectIterator class.
此 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 对象。The XmlQueryRuntime object.