This topic has not yet been rated - Rate this topic

IVsContainedLanguageStaticEventBinding Interface

Provides support for static event generation.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in microsoft.visualstudio.textmanager.interop.8.0.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("22FF7776-2C9A-48C4-809F-39E5184CC32D")] 
public interface IVsContainedLanguageStaticEventBinding
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("22FF7776-2C9A-48C4-809F-39E5184CC32D") */ 
public interface IVsContainedLanguageStaticEventBinding
InterfaceTypeAttribute(1) 
GuidAttribute("22FF7776-2C9A-48C4-809F-39E5184CC32D") 
public interface IVsContainedLanguageStaticEventBinding

Static event binding means an event handler that is not part of an instantiated class and is available all the time across files in the project.

Notes to Implementers Implement this interface in your contained language to support static event binding.

Notes to Callers This interface can be obtained by calling the QueryInterface method on an IVsContainedLanguage object or by casting the IVsContainedLanguage object to the IVsContainedLanguageStaticEventBinding interface.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ