EventEntry.HandlerMethodName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定處理事件之方法的名稱。
此 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,包含事件處理常式方法的名稱。
備註
在屬性設定中, HandlerMethodName 屬性會設定為運算式的值。