Udostępnij za pośrednictwem


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

Name Description
EditorCommandArgs(ITextView, ITextBuffer)

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

Properties

Name Description
SubjectBuffer

A subject buffer to execute a command on.

TextView

An ITextView to execute a command on.

Applies to