IVsDifferenceCodeWindow Interface
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
Public Interface IVsDifferenceCodeWindow _
Inherits IVsCodeWindow
public interface IVsDifferenceCodeWindow : IVsCodeWindow
public interface class IVsDifferenceCodeWindow : IVsCodeWindow
type IVsDifferenceCodeWindow =
interface
interface IVsCodeWindow
end
public interface IVsDifferenceCodeWindow extends IVsCodeWindow
The IVsDifferenceCodeWindow type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caption | ||
Control | ||
DifferenceViewer | ||
InlineLabel | ||
LeftLabel | ||
RightLabel | ||
SideBySideLabel | ||
Tooltip |
Top
Methods
Name | Description | |
---|---|---|
Close | (Inherited from IVsCodeWindow.) | |
GetBuffer | (Inherited from IVsCodeWindow.) | |
GetEditorCaption | (Inherited from IVsCodeWindow.) | |
GetLastActiveView | (Inherited from IVsCodeWindow.) | |
GetPrimaryView | (Inherited from IVsCodeWindow.) | |
GetSecondaryView | (Inherited from IVsCodeWindow.) | |
GetViewClassID | (Inherited from IVsCodeWindow.) | |
SetBaseEditorCaption | (Inherited from IVsCodeWindow.) | |
SetBuffer | (Inherited from IVsCodeWindow.) | |
SetViewClassID | (Inherited from IVsCodeWindow.) |
Top