IDifferenceViewer Interface
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
声明
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
The IDifferenceViewer type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveViewType | ||
AreViewsSynchronized | ||
DifferenceBuffer | ||
InlineView | ||
IsClosed | ||
LeftView | ||
Options | ||
Properties | Gets the collection of properties controlled by the property owner. (Inherited from IPropertyOwner.) | |
RightView | ||
ViewMode |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Closed | ||
ViewModeChanged |
Top