EditorCommandArgs Class

Definition

A base class for all editor command arguments.

public ref class EditorCommandArgs abstract : Microsoft::VisualStudio::Commanding::CommandArgs
public abstract class EditorCommandArgs : Microsoft.VisualStudio.Commanding.CommandArgs
type EditorCommandArgs = class
    inherit CommandArgs
Public MustInherit Class EditorCommandArgs
Inherits CommandArgs
Inheritance
EditorCommandArgs
Derived

Constructors

EditorCommandArgs(ITextView, ITextBuffer)

Creates new instance of the EditorCommandArgs with given ITextView and ITextBuffer.

Properties

SubjectBuffer

A subject buffer to execute a command on.

TextView

An ITextView to execute a command on.

Applies to