Sdílet prostřednictvím


IBackgroundWorkIndicator.AddScope(String) Metoda

Definice

Umožňuje aktualizovat text tohoto IBackgroundWorkIndicator textu a hlásit průběh.

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

Parametry

description
String

Návraty

Objekt BackgroundWorkOperationScope , který může být odstraněn po dokončení práce tohoto oboru.

Poznámky

Tuto metodu lze vyvolat z libovolného vlákna.

Platí pro