Share via


GoToPreviousDifferenceCommandArgs Class

Definition

public sealed class GoToPreviousDifferenceCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type GoToPreviousDifferenceCommandArgs = class
    inherit EditorCommandArgs
Public NotInheritable Class GoToPreviousDifferenceCommandArgs
Inherits EditorCommandArgs
Inheritance
GoToPreviousDifferenceCommandArgs

Constructors

Name Description
GoToPreviousDifferenceCommandArgs(ITextView, ITextBuffer)

Properties

Name Description
SubjectBuffer

A subject buffer to execute a command on.

(Inherited from EditorCommandArgs)
TextView

An ITextView to execute a command on.

(Inherited from EditorCommandArgs)

Applies to