ErrorCommandArgsBase Class

Definition

Base EditorCommandArgs type for navigation between errors.

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

Constructors

ErrorCommandArgsBase(ITextView, ITextBuffer, IEnumerable<String>)

Creates an instance of ErrorCommandArgsBase with a list of matching error types.

Properties

ErrorTagTypeNames

The list of ErrorType name strings of tags applicable to this command invocation.

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