IVsDifferenceCodeWindow 介面
命名空間: Microsoft.VisualStudio.Editor
組件: Microsoft.VisualStudio.Editor (在 Microsoft.VisualStudio.Editor.dll 中)
語法
'宣告
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
IVsDifferenceCodeWindow 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Caption | |
![]() |
Control | |
![]() |
DifferenceViewer | |
![]() |
InlineLabel | |
![]() |
LeftLabel | |
![]() |
RightLabel | |
![]() |
SideBySideLabel | |
![]() |
Tooltip |
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
Close | (繼承自 IVsCodeWindow)。 |
![]() |
GetBuffer | (繼承自 IVsCodeWindow)。 |
![]() |
GetEditorCaption | (繼承自 IVsCodeWindow)。 |
![]() |
GetLastActiveView | (繼承自 IVsCodeWindow)。 |
![]() |
GetPrimaryView | (繼承自 IVsCodeWindow)。 |
![]() |
GetSecondaryView | (繼承自 IVsCodeWindow)。 |
![]() |
GetViewClassID | (繼承自 IVsCodeWindow)。 |
![]() |
SetBaseEditorCaption | (繼承自 IVsCodeWindow)。 |
![]() |
SetBuffer | (繼承自 IVsCodeWindow)。 |
![]() |
SetViewClassID | (繼承自 IVsCodeWindow)。 |
回頁首