DynamicUpdateMapExtension Class

Definition

Specifies dynamic update map extension options.

public ref class DynamicUpdateMapExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.ContentProperty("XmlContent")]
public class DynamicUpdateMapExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.ContentProperty("XmlContent")>]
type DynamicUpdateMapExtension = class
    inherit MarkupExtension
Public Class DynamicUpdateMapExtension
Inherits MarkupExtension
Inheritance
DynamicUpdateMapExtension
Attributes

Constructors

DynamicUpdateMapExtension()

Initializes a new instance of the DynamicUpdateMapExtension class.

DynamicUpdateMapExtension(DynamicUpdateMap)

Initializes a new instance of the DynamicUpdateMapExtension class using the update map.

Properties

UpdateMap

Gets the extension for the dynamic update map.

XmlContent

Gets the Xml content for the Dynamic Update Map Extension.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ProvideValue(IServiceProvider)

Specifies the value for service provider.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to