NodeKindContentIterator.Create(XPathNavigator, XPathNodeType) 方法
定义
初始化 NodeKindContentIterator。Initializes the NodeKindContentIterator.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void Create(System::Xml::XPath::XPathNavigator ^ context, System::Xml::XPath::XPathNodeType nodeType);
public void Create (System.Xml.XPath.XPathNavigator context, System.Xml.XPath.XPathNodeType nodeType);
member this.Create : System.Xml.XPath.XPathNavigator * System.Xml.XPath.XPathNodeType -> unit
Public Sub Create (context As XPathNavigator, nodeType As XPathNodeType)
参数
- context
- XPathNavigator
XPathNavigator 对象。XPathNavigator object.
- nodeType
- XPathNodeType
XPathNodeType 对象。XPathNodeType object.