IVsContainedLanguageStaticEventBinding Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddStaticEventBinding(String^, String^, String^, String^) | Binds a static event to the specified member. |
![]() | EnsureStaticEventHandler(String^, String^, String^, String^, String^, UInt32, String^, String^, array<TextSpan>^) | Creates an event handler given the class context, name of the object type and instance, the name of the event and the (unique) name of the event handler. |
![]() | GetStaticEventBindingsForObject(String^, String^, Int32, IntPtr, IntPtr, IntPtr) | Returns a collection of events that are statically handled. |
![]() | RemoveStaticEventBinding(String^, String^, String^, String^) | Removes the event binding from the specified member. |
Show:
