次の方法で共有


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 クラスのインスタンス。

適用対象