共用方式為


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 類別的執行個體。

適用於