PeekDifferenceCommandArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class PeekDifferenceCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type PeekDifferenceCommandArgs = class
inherit EditorCommandArgs
Public NotInheritable Class PeekDifferenceCommandArgs
Inherits EditorCommandArgs
- Inheritance
Constructors
PeekDifferenceCommandArgs(ITextView, ITextBuffer, ChangeTypes, SnapshotPoint) | |
PeekDifferenceCommandArgs(ITextView, ITextBuffer) |
Properties
ChangeType | |
SubjectBuffer |
A subject buffer to execute a command on. (Inherited from EditorCommandArgs) |
TextView |
An ITextView to execute a command on. (Inherited from EditorCommandArgs) |
TriggerPoint |