Aracılığıyla paylaş


IBackgroundWorkIndicatorService.Create Yöntem

Tanım

Kullanıcıya arka plan çalışmasının gerçekleştiğini bildirmek için istenen konumda yeni bir arka plan çalışma göstergesi oluşturur. İş, kullanıcı 'kaçış' tuşuna basarak her zaman iptal edilebilir.

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

Parametreler

textView
ITextView
applicableToSpan
SnapshotSpan
description
String

Döndürülenler

Şunlara uygulanır