EventHandlerService.GetHandler(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定型別的目前現用事件處理常式。
public:
virtual System::Object ^ GetHandler(Type ^ handlerType);
public object GetHandler (Type handlerType);
public object? GetHandler (Type handlerType);
abstract member GetHandler : Type -> obj
override this.GetHandler : Type -> obj
Public Function GetHandler (handlerType As Type) As Object
參數
- handlerType
- Type
要取得的處理常式型別。
傳回
處理常式的執行個體;如果沒有所要求型別的處理常式,則為 null
。
備註
您不應該快取此值,因為其他元件可以變更此值。 不過,此呼叫相當快速,特別是當您一律要求相同類型的處理常式時。