NavigateToPreviousIssueInDocumentCommandArgs 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.
EditorCommandArgs for next error command.
public ref class NavigateToPreviousIssueInDocumentCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::Commands::ErrorCommandArgsBase
public sealed class NavigateToPreviousIssueInDocumentCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.Commands.ErrorCommandArgsBase
type NavigateToPreviousIssueInDocumentCommandArgs = class
inherit ErrorCommandArgsBase
Public NotInheritable Class NavigateToPreviousIssueInDocumentCommandArgs
Inherits ErrorCommandArgsBase
- Inheritance
-
NavigateToPreviousIssueInDocumentCommandArgs
Constructors
NavigateToPreviousIssueInDocumentCommandArgs(ITextView, ITextBuffer, IEnumerable<String>) |
Creates an instance of NavigateToPreviousIssueInDocumentCommandArgs with a list of error types. |
NavigateToPreviousIssueInDocumentCommandArgs(ITextView, ITextBuffer) |
Creates an instance of NavigateToNextIssueInDocumentCommandArgs with a list of error types. |
Properties
ErrorTagTypeNames |
The list of ErrorType name strings of tags applicable to this command invocation. (Inherited from ErrorCommandArgsBase) |
SubjectBuffer |
A subject buffer to execute a command on. (Inherited from EditorCommandArgs) |
TextView |
An ITextView to execute a command on. (Inherited from EditorCommandArgs) |