XmlQueryRuntime.GetTypeFilter(XPathNodeType) 方法

定义

获取筛选指定类型节点的筛选器。

public:
 System::Xml::Xsl::Runtime::XmlNavigatorFilter ^ GetTypeFilter(System::Xml::XPath::XPathNodeType nodeType);
public System.Xml.Xsl.Runtime.XmlNavigatorFilter GetTypeFilter (System.Xml.XPath.XPathNodeType nodeType);
member this.GetTypeFilter : System.Xml.XPath.XPathNodeType -> System.Xml.Xsl.Runtime.XmlNavigatorFilter
Public Function GetTypeFilter (nodeType As XPathNodeType) As XmlNavigatorFilter

参数

nodeType
XPathNodeType

XPathNodeType 类的实例。

返回

XmlNavigatorFilter

XmlNavigatorFilter 类的实例。

适用于