IVsContainedLanguageStaticEventBinding Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodAddStaticEventBinding(String^, String^, String^, String^)

Binds a static event to the specified member.

System_CAPS_pubmethodEnsureStaticEventHandler(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.

System_CAPS_pubmethodGetStaticEventBindingsForObject(String^, String^, Int32, IntPtr, IntPtr, IntPtr)

Returns a collection of events that are statically handled.

System_CAPS_pubmethodRemoveStaticEventBinding(String^, String^, String^, String^)

Removes the event binding from the specified member.

Return to top
Show: