Compartilhar via


XmlQueryRuntime.GetTypeFilter(XPathNodeType) Método

Definição

Obtém um filtro que filtra nós do tipo especificado.

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

Parâmetros

nodeType
XPathNodeType

Uma instância da classe XPathNodeType.

Retornos

XmlNavigatorFilter

Uma instância da classe XmlNavigatorFilter.

Aplica-se a