다음을 통해 공유


IBackgroundWorkIndicatorService.Create 메서드

정의

요청된 위치에 새 백그라운드 작업 표시기를 만들어 사용자에게 백그라운드 작업이 수행 중임을 알립니다. 사용자가 '이스케이프' 키를 눌러 작업을 항상 취소할 수 있습니다.

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

반환

적용 대상