EventInfo.IsMulticast 属性

定义

获取一个值,该值指示事件是否为多播。

public:
 virtual property bool IsMulticast { bool get(); };
public:
 property bool IsMulticast { bool get(); };
public virtual bool IsMulticast { get; }
public bool IsMulticast { get; }
member this.IsMulticast : bool
Public Overridable ReadOnly Property IsMulticast As Boolean
Public ReadOnly Property IsMulticast As Boolean

属性值

Boolean

如果委托是多播委托的实例,则为 true;否则为 false

实现

例外

调用方没有所要求的权限。

适用于

另请参阅