XPathMessageQuery Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci XPathMessageQuery třídy.
Přetížení
XPathMessageQuery() |
Inicializuje novou instanci XPathMessageQuery třídy. |
XPathMessageQuery(String) |
Inicializuje novou instanci XPathMessageQuery třídy se zadaným výrazem XPath. |
XPathMessageQuery(String, XmlNamespaceManager) |
Inicializuje novou instanci XPathMessageQuery třídy se zadaným výrazem XPath a XmlNamespaceManager. |
XPathMessageQuery(String, XsltContext) |
Inicializuje novou instanci XPathMessageQuery třídy se zadaným výrazem XPath a XsltContext. |
XPathMessageQuery()
Inicializuje novou instanci XPathMessageQuery třídy.
public:
XPathMessageQuery();
public XPathMessageQuery ();
Public Sub New ()
Platí pro
XPathMessageQuery(String)
Inicializuje novou instanci XPathMessageQuery třídy se zadaným výrazem XPath.
public:
XPathMessageQuery(System::String ^ expression);
public XPathMessageQuery (string expression);
new System.ServiceModel.XPathMessageQuery : string -> System.ServiceModel.XPathMessageQuery
Public Sub New (expression As String)
Parametry
- expression
- String
Výraz XPath.
Platí pro
XPathMessageQuery(String, XmlNamespaceManager)
Inicializuje novou instanci XPathMessageQuery třídy se zadaným výrazem XPath a XmlNamespaceManager.
public:
XPathMessageQuery(System::String ^ expression, System::Xml::XmlNamespaceManager ^ namespaces);
public XPathMessageQuery (string expression, System.Xml.XmlNamespaceManager namespaces);
new System.ServiceModel.XPathMessageQuery : string * System.Xml.XmlNamespaceManager -> System.ServiceModel.XPathMessageQuery
Public Sub New (expression As String, namespaces As XmlNamespaceManager)
Parametry
- expression
- String
Výraz XPath.
- namespaces
- XmlNamespaceManager
Správce oboru názvů XML.
Platí pro
XPathMessageQuery(String, XsltContext)
Inicializuje novou instanci XPathMessageQuery třídy se zadaným výrazem XPath a XsltContext.
public:
XPathMessageQuery(System::String ^ expression, System::Xml::Xsl::XsltContext ^ context);
public XPathMessageQuery (string expression, System.Xml.Xsl.XsltContext context);
new System.ServiceModel.XPathMessageQuery : string * System.Xml.Xsl.XsltContext -> System.ServiceModel.XPathMessageQuery
Public Sub New (expression As String, context As XsltContext)
Parametry
- expression
- String
Výraz XPath.
- context
- XsltContext
Kontext XSLT.