IVsCodeDefViewContext Members

Include Protected Members
Include Inherited Members

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

The IVsCodeDefViewContext type exposes the following members.

Methods

  Name Description
Public method GetCol Retrieves the column position of an item based on its index in a list of context items.
Public method GetCount Returns a count of the context items.
Public method GetFileName Retrieves the file for an item based on its index in a list of context items.
Public method GetLine Retrieves the line position of an item based on its index in a list of context items.
Public method GetSymbolName Retrieves the symbol name of an item based on its index in a list of context items.

Top

See Also

Reference

IVsCodeDefViewContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace