Udostępnij za pośrednictwem


Metoda VirtualTypeBuilder.EventInfoCollection.Add — (String, Type)

Dodaje EventInfo do końca kolekcji.

Przestrzeń nazw:  Microsoft.VisualStudio.Shell.Design
Zestaw:  Microsoft.VisualStudio.Shell.Design (w Microsoft.VisualStudio.Shell.Design.dll)

Składnia

'Deklaracja
Public Function Add ( _
    name As String, _
    handlerType As Type _
) As Integer
public int Add(
    string name,
    Type handlerType
)

Parametry

  • handlerType
    Typ: System.Type
    Typ obiektu delegowanego, którego reprezentuje to zdarzenie.

Wartość zwracana

Typ: System.Int32
Indeks, w którym dodano wartość.

Wyjątki

Wyjątek Warunek
ArgumentNullException

nameor handlerType is nullodwołanie o wartości null (Nothing w języku Visual Basic).

ArgumentException

handlerTypenie jest typu run-time.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VirtualTypeBuilder.EventInfoCollection Klasa

Przeciążenie Add

Przestrzeń nazw Microsoft.VisualStudio.Shell.Design