LineStartExtendCommandArgs Class

Definition

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

Constructors

LineStartExtendCommandArgs(ITextView, ITextBuffer)

Properties

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