XPathMessageContextMarkupExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XPathMessageContextMarkupExtension class.
Overloads
XPathMessageContextMarkupExtension() |
Initializes a new instance of the XPathMessageContextMarkupExtension class. |
XPathMessageContextMarkupExtension(XPathMessageContext) |
Initializes a new instance of the XPathMessageContextMarkupExtension class with the XPathMessageContext to convert. |
XPathMessageContextMarkupExtension()
Initializes a new instance of the XPathMessageContextMarkupExtension class.
public:
XPathMessageContextMarkupExtension();
public XPathMessageContextMarkupExtension ();
Public Sub New ()
Applies to
XPathMessageContextMarkupExtension(XPathMessageContext)
Initializes a new instance of the XPathMessageContextMarkupExtension class with the XPathMessageContext to convert.
public:
XPathMessageContextMarkupExtension(System::ServiceModel::Dispatcher::XPathMessageContext ^ context);
public XPathMessageContextMarkupExtension (System.ServiceModel.Dispatcher.XPathMessageContext context);
new System.ServiceModel.XamlIntegration.XPathMessageContextMarkupExtension : System.ServiceModel.Dispatcher.XPathMessageContext -> System.ServiceModel.XamlIntegration.XPathMessageContextMarkupExtension
Public Sub New (context As XPathMessageContext)
Parameters
- context
- XPathMessageContext
The XPath message context to convert.
Applies to
.NET