NavigateToNextIssueInDocumentCommandArgs Class

Definition

EditorCommandArgs for next error command.

public ref class NavigateToNextIssueInDocumentCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::Commands::ErrorCommandArgsBase
public sealed class NavigateToNextIssueInDocumentCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.Commands.ErrorCommandArgsBase
type NavigateToNextIssueInDocumentCommandArgs = class
    inherit ErrorCommandArgsBase
Public NotInheritable Class NavigateToNextIssueInDocumentCommandArgs
Inherits ErrorCommandArgsBase
Inheritance
NavigateToNextIssueInDocumentCommandArgs

Constructors

NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer)

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

NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer, IEnumerable<String>)

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)

Applies to