Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds an event and returns its cookie.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Function Add ( _
o As Object _
) As UInteger
public uint Add(
Object o
)
public:
unsigned int Add(
Object^ o
)
member Add :
o:Object -> uint32
public function Add(
o : Object
) : uint
Parameters
o
Type: System.ObjectAn object to be added to the event collection.
Return Value
Type: System.UInt32
The cookie of the added event.
Remarks
The returned cookie can be used in the RemoveAt method.
.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.