共用方式為


EventEntry.HandlerMethodName 屬性

定義

取得或設定處理事件之方法的名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::String ^ HandlerMethodName { System::String ^ get(); void set(System::String ^ value); };
public string HandlerMethodName { get; set; }
member this.HandlerMethodName : string with get, set
Public Property HandlerMethodName As String

屬性值

String

String,包含事件處理常式方法的名稱。

備註

在屬性設定中, HandlerMethodName 屬性會設定為運算式的值。

適用於