Share via


ExpandSelectionToEntireLineCommandArgs Class

Definition

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

Constructors

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