XPathMessageContextMarkupExtension Class
Provides an extension of the XPathMessageContext to contain namespaces when serializing XPath message queries into XAML.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.Windows.Markup::MarkupExtension
System.ServiceModel.XamlIntegration::XPathMessageContextMarkupExtension
| Name | Description | |
|---|---|---|
![]() | XPathMessageContextMarkupExtension() | Initializes a new instance of the XPathMessageContextMarkupExtension class. |
![]() | XPathMessageContextMarkupExtension(XPathMessageContext^) | Initializes a new instance of the XPathMessageContextMarkupExtension class with the XPathMessageContext to convert. |
| Name | Description | |
|---|---|---|
![]() | Namespaces | Gets the namespaces contained in this instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ProvideValue(IServiceProvider^) | Provides the namespaces used in the XPath message query.(Overrides MarkupExtension::ProvideValue(IServiceProvider^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is used in conjunction with the XPathMessageContextTypeConverter to convert an XPathMessageContext into the XPathMessageContextMarkupExtension type. That class converts the XPath query context information from an XML file into a format that can be serialized as XAML.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


