This topic has not yet been rated - Rate this topic

IVsContainedLanguageCodeSupport Interface

Provides support for code navigation, event generation, and the like.

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

[InterfaceTypeAttribute(1)] 
[GuidAttribute("F386BE91-0E80-43AF-8EB6-8B829FA06282")] 
public interface IVsContainedLanguageCodeSupport
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("F386BE91-0E80-43AF-8EB6-8B829FA06282") */ 
public interface IVsContainedLanguageCodeSupport
InterfaceTypeAttribute(1) 
GuidAttribute("F386BE91-0E80-43AF-8EB6-8B829FA06282") 
public interface IVsContainedLanguageCodeSupport

Notes to Implementers Implement this interface on the same class that implements the IVsContainedLanguage interface to support code navigation, generating events, and getting access to various elements of the contained language code block.

Notes to Callers Obtain this interface by calling the QueryInterface method on an IVsContainedLanguage object or by casting the IVsContainedLanguage object to the IVsContainedLanguageCodeSupport interface.

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