Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manipulates the Code Definition View window. You can get an instance of the interface from the SVsCodeDefView (SID_SVsCodeDefView) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("588470CC-84F8-4A57-9AC4-86BCA0625FF4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCodeDefView
[GuidAttribute("588470CC-84F8-4A57-9AC4-86BCA0625FF4")]
[InterfaceTypeAttribute()]
public interface IVsCodeDefView
[GuidAttribute(L"588470CC-84F8-4A57-9AC4-86BCA0625FF4")]
[InterfaceTypeAttribute()]
public interface class IVsCodeDefView
[<GuidAttribute("588470CC-84F8-4A57-9AC4-86BCA0625FF4")>]
[<InterfaceTypeAttribute()>]
type IVsCodeDefView = interface end
public interface IVsCodeDefView
The IVsCodeDefView type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ForceIdleProcessing | Forces idle time processing in a VsPackage. |
![]() |
GetRefreshDelay | Gets the value of the refresh delay. |
![]() |
HideWindow | Hides the Code Definition tool window |
![]() |
IsCodeDefView | 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 | Sets the context of the CodeDefinition tool window. |
![]() |
ShowWindow | Shows the CodeDefinition tool window. |
Top