This topic has not yet been rated - Rate this topic

IVsCodeDefViewContext Interface

Sets the context for displaying the Code Definition tool window. The context includes things such as file name, and line and column numbers.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)

[GuidAttribute("E7070F9A-502F-4454-B4A2-FE261C568C37")] 
[InterfaceTypeAttribute(1)] 
public interface IVsCodeDefViewContext
/** @attribute GuidAttribute("E7070F9A-502F-4454-B4A2-FE261C568C37") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsCodeDefViewContext
GuidAttribute("E7070F9A-502F-4454-B4A2-FE261C568C37") 
InterfaceTypeAttribute(1) 
public interface IVsCodeDefViewContext

You fill in context values by calling the methods on this interface and then passing the interface to the SetContext method of the IVsCodeDefView interface.

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