次の方法で共有


IBackgroundWorkIndicatorService.Create メソッド

定義

バックグラウンド作業が発生していることをユーザーに通知するために、要求された場所に新しいバックグラウンド作業インジケーターを作成します。 ユーザーが 'escape' キーを押すと、作業は常に取り消されます。

public Microsoft.VisualStudio.Utilities.IBackgroundWorkIndicator Create (Microsoft.VisualStudio.Text.Editor.ITextView textView, Microsoft.VisualStudio.Text.SnapshotSpan applicableToSpan, string description, Microsoft.VisualStudio.Utilities.BackgroundWorkIndicatorOptions? options = default);
abstract member Create : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Text.SnapshotSpan * string * Microsoft.VisualStudio.Utilities.BackgroundWorkIndicatorOptions -> Microsoft.VisualStudio.Utilities.IBackgroundWorkIndicator
Public Function Create (textView As ITextView, applicableToSpan As SnapshotSpan, description As String, Optional options As BackgroundWorkIndicatorOptions = Nothing) As IBackgroundWorkIndicator

パラメーター

textView
ITextView
applicableToSpan
SnapshotSpan
description
String

戻り値

適用対象