IDTSEventInfo100.AllowEventHandlers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property bool AllowEventHandlers { bool get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool AllowEventHandlers { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.AllowEventHandlers : bool
Public ReadOnly Property AllowEventHandlers As Boolean
屬性值
回傳一個 布林值 ,指示開發工具是否允許為該事件建立事件處理物件。 若 為真,則可為該事件建立事件處理物件。 此屬性僅適用於您為自訂任務所建立的自訂事件。 欲了解更多資訊,請參閱「 在自訂任務中提出與定義事件」。
- 屬性