ErrorCommandArgsBase 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.
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
- 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) |