IDifferenceViewer 介面
命名空間: Microsoft.VisualStudio.Text.Differencing
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Public Interface IDifferenceViewer _
Inherits IPropertyOwner
public interface IDifferenceViewer : IPropertyOwner
public interface class IDifferenceViewer : IPropertyOwner
type IDifferenceViewer =
interface
interface IPropertyOwner
end
public interface IDifferenceViewer extends IPropertyOwner
IDifferenceViewer 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
![]() |
ActiveViewType | |
![]() |
AreViewsSynchronized | |
![]() |
DifferenceBuffer | |
![]() |
InlineView | |
![]() |
IsClosed | |
![]() |
LeftView | |
![]() |
Options | |
![]() |
Properties | 取得由房屋擁有者控制的屬性集合。 (繼承自 IPropertyOwner)。 |
![]() |
RightView | |
![]() |
ViewMode |
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
Close | |
![]() |
ScrollToChange | |
![]() |
ScrollToMatch | |
![]() |
ScrollToNextChange(Boolean) | |
![]() |
ScrollToNextChange(SnapshotPoint, Boolean) | |
![]() |
ScrollToPreviousChange(Boolean) | |
![]() |
ScrollToPreviousChange(SnapshotPoint, Boolean) |
回頁首
事件
名稱 | 描述 | |
---|---|---|
![]() |
Closed | |
![]() |
ViewModeChanged |
回頁首