IVsCodeDefView Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manipulates the Code Definition View window. You can get an instance of the interface from the SVsCodeDefView (SID_SVsCodeDefView) service.
public interface class IVsCodeDefView
public interface class IVsCodeDefView
__interface IVsCodeDefView
[System.Runtime.InteropServices.Guid("588470CC-84F8-4A57-9AC4-86BCA0625FF4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCodeDefView
[<System.Runtime.InteropServices.Guid("588470CC-84F8-4A57-9AC4-86BCA0625FF4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCodeDefView = interface
Public Interface IVsCodeDefView
- Attributes
Methods
ForceIdleProcessing() |
Forces idle time processing in a VsPackage. |
GetRefreshDelay(UInt32) |
Gets the value of the refresh delay. |
HideWindow() |
Hides the Code Definition tool window |
IsCodeDefView(IVsTextView, Int32) |
Check whether a given IVsTextView is owned by the Code Definition tool window. |
IsVisible() |
Indicates whether the Code Definition tool window is visible or hidden. |
SetContext(IVsCodeDefViewContext) |
Sets the context of the CodeDefinition tool window. |
ShowWindow() |
Shows the CodeDefinition tool window. |