다음을 통해 공유


IBackgroundWorkIndicator.AddScope(String) 메서드

정의

IBackgroundWorkIndicator 텍스트 및 보고 진행률을 업데이트할 수 있습니다.

public Microsoft.VisualStudio.Utilities.BackgroundWorkOperationScope AddScope (string description);
abstract member AddScope : string -> Microsoft.VisualStudio.Utilities.BackgroundWorkOperationScope
Public Function AddScope (description As String) As BackgroundWorkOperationScope

매개 변수

description
String

반환

BackgroundWorkOperationScope 이 scope 작업이 완료되면 삭제할 수 있는 입니다.

설명

이 메서드는 모든 스레드에서 호출할 수 있습니다.

적용 대상