AutomaticLineEnderCommandArgs Class

Definition

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

Constructors

AutomaticLineEnderCommandArgs(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