Adds an EventInfo to the end of the collection.
Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
声明
Public Function Add ( _
    value As EventInfo _
) As Integer
用法
Dim instance As VirtualTypeBuilder..::..EventInfoCollection
Dim value As EventInfo
Dim returnValue As Integer
returnValue = instance.Add(value)
public int Add(
    EventInfo value
)
public:
int Add(
    EventInfo^ value
)
member Add : 
        value:EventInfo -> int 
public function Add(
    value : EventInfo
) : int
Parameters
- value
Type: System.Reflection.EventInfo
The EventInfo to be added to the end of the collection. 
Return Value
Type: System.Int32
The index at which the value has been added.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Reference
VirtualTypeBuilder.EventInfoCollection Class