NavigateToNextIssueInDocumentCommandArgs Oluşturucular

Tanım

Aşırı Yüklemeler

NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer)

Bir NavigateToNextIssueInDocumentCommandArgs hata türleri listesiyle bir örneği oluşturur.

NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer, IEnumerable<String>)

Bir NavigateToNextIssueInDocumentCommandArgs hata türleri listesiyle bir örneği oluşturur.

NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer)

Bir NavigateToNextIssueInDocumentCommandArgs hata türleri listesiyle bir örneği oluşturur.

public:
 NavigateToNextIssueInDocumentCommandArgs(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, Microsoft::VisualStudio::Text::ITextBuffer ^ subjectBuffer);
public NavigateToNextIssueInDocumentCommandArgs (Microsoft.VisualStudio.Text.Editor.ITextView textView, Microsoft.VisualStudio.Text.ITextBuffer subjectBuffer);
new Microsoft.VisualStudio.Text.Editor.Commanding.Commands.NavigateToNextIssueInDocumentCommandArgs : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Text.ITextBuffer -> Microsoft.VisualStudio.Text.Editor.Commanding.Commands.NavigateToNextIssueInDocumentCommandArgs
Public Sub New (textView As ITextView, subjectBuffer As ITextBuffer)

Parametreler

textView
ITextView

ITextViewKomutunu çağırmak için.

subjectBuffer
ITextBuffer

ITextBufferKomutunu çağırmak için.

Şunlara uygulanır

NavigateToNextIssueInDocumentCommandArgs(ITextView, ITextBuffer, IEnumerable<String>)

Bir NavigateToNextIssueInDocumentCommandArgs hata türleri listesiyle bir örneği oluşturur.

public:
 NavigateToNextIssueInDocumentCommandArgs(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, Microsoft::VisualStudio::Text::ITextBuffer ^ subjectBuffer, System::Collections::Generic::IEnumerable<System::String ^> ^ errorTypeNames);
public NavigateToNextIssueInDocumentCommandArgs (Microsoft.VisualStudio.Text.Editor.ITextView textView, Microsoft.VisualStudio.Text.ITextBuffer subjectBuffer, System.Collections.Generic.IEnumerable<string> errorTypeNames);
new Microsoft.VisualStudio.Text.Editor.Commanding.Commands.NavigateToNextIssueInDocumentCommandArgs : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Text.ITextBuffer * seq<string> -> Microsoft.VisualStudio.Text.Editor.Commanding.Commands.NavigateToNextIssueInDocumentCommandArgs
Public Sub New (textView As ITextView, subjectBuffer As ITextBuffer, errorTypeNames As IEnumerable(Of String))

Parametreler

textView
ITextView

ITextViewKomutunu çağırmak için.

subjectBuffer
ITextBuffer

ITextBufferKomutunu çağırmak için.

errorTypeNames
IEnumerable<String>

Dahil edilecek hata türü adlarının listesi.

Açıklamalar

errorTypeNames belirtilmemişse, tanımlanmış tüm hata türleri kümesi varsayılan olarak ayarlanır.

Şunlara uygulanır