NavigateToPreviousIssueInDocumentCommandArgs Class

Definition

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)

Creates an instance of NavigateToNextIssueInDocumentCommandArgs with a list of error types.

NavigateToPreviousIssueInDocumentCommandArgs(ITextView, ITextBuffer, IEnumerable<String>)

Creates an instance of NavigateToPreviousIssueInDocumentCommandArgs 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)

Applies to