EditorCommandArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |