ModelEvent.Handlers 属性

更新:2007 年 11 月

当在派生类中重写时,获取应处理此事件的方法名的集合。

命名空间:  Microsoft.Windows.Design.Model
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public MustOverride ReadOnly Property Handlers As ICollection(Of String)
用法
Dim instance As ModelEvent
Dim value As ICollection(Of String)

value = instance.Handlers
public abstract ICollection<string> Handlers { get; }
public:
virtual property ICollection<String^>^ Handlers {
    ICollection<String^>^ get () abstract;
}
public abstract function get Handlers () : ICollection<String>

属性值

类型:System.Collections.Generic.ICollection<String>

一个 ICollection,表示应处理此事件的方法的名称。

权限

另请参见

参考

ModelEvent 类

ModelEvent 成员

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构