NavigateToNextIssueInDocumentCommandArgs 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 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
Constructors
NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer, IEnumerable<String>) |
Creates an instance of NavigateToNextIssueInDocumentCommandArgs with a list of error types. |
NavigateToNextIssueInDocumentCommandArgs(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) |