LifecycleEventService.GetEventDelegates<TDelegate>(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros de tipo
- TDelegate
Parâmetros
- eventName
- String
Retornos
IEnumerable<TDelegate>