DynamicUpdateMapExtension 类
定义
指定动态更新映射引伸选择。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
- 继承
- 属性
构造函数
| DynamicUpdateMapExtension() |
初始化 DynamicUpdateMapExtension 类的新实例。Initializes a new instance of the DynamicUpdateMapExtension class. |
| DynamicUpdateMapExtension(DynamicUpdateMap) |
使用更新了的映射初始化 DynamicUpdateMapExtension 类的新实例。Initializes a new instance of the DynamicUpdateMapExtension class using the update map. |
属性
| UpdateMap |
获取动态更新映射的扩展。Gets the extension for the dynamic update map. |
| XmlContent |
获取动态更新映射扩展的 Xml 内容。Gets the Xml content for the Dynamic Update Map Extension. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ProvideValue(IServiceProvider) |
为服务提供程序指定值。Specifies the value for service provider. |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |