LifecycleEventService.GetEventDelegates<TDelegate>(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
generic <typename TDelegate>
where TDelegate : Delegate virtual System::Collections::Generic::IEnumerable<TDelegate> ^ GetEventDelegates(System::String ^ eventName);
public System.Collections.Generic.IEnumerable<TDelegate> GetEventDelegates<TDelegate> (string eventName) where TDelegate : Delegate;
abstract member GetEventDelegates : string -> seq<'Delegate (requires 'Delegate :> Delegate)> (requires 'Delegate :> Delegate)
override this.GetEventDelegates : string -> seq<'Delegate (requires 'Delegate :> Delegate)> (requires 'Delegate :> Delegate)
Public Function GetEventDelegates(Of TDelegate As Delegate) (eventName As String) As IEnumerable(Of TDelegate)
類型參數
- TDelegate
參數
- eventName
- String
傳回
IEnumerable<TDelegate>