ServiceProgressData Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ServiceProgressData(String, String) |
Raporty postępują bez informacji o zakończeniu. |
ServiceProgressData(String, String, Int32, Int32) |
Postęp raportu z informacjami o zakończeniu. |
ServiceProgressData(String, String)
Raporty postępują bez informacji o zakończeniu.
ServiceProgressData(std::wstring const & waitMessage, std::wstring const & progressText = null);
public ServiceProgressData (string waitMessage, string progressText = default);
new Microsoft.VisualStudio.Shell.ServiceProgressData : string * string -> Microsoft.VisualStudio.Shell.ServiceProgressData
Public Sub New (waitMessage As String, Optional progressText As String = Nothing)
Parametry
- waitMessage
- String
Komunikat, który ma być wyświetlany użytkownikowi.
- progressText
- String
Komunikat wskazujący bieżący postęp operacji.
Uwagi
Wątek oczekiwania okno dialogowe pokaże pasek postępu stylu markizy, ponieważ nie podano szczegółowych informacji o postępie.
Dotyczy
ServiceProgressData(String, String, Int32, Int32)
Postęp raportu z informacjami o zakończeniu.
public:
ServiceProgressData(System::String ^ waitMessage, System::String ^ progressText, int currentStep, int totalSteps);
public:
ServiceProgressData(Platform::String ^ waitMessage, Platform::String ^ progressText, int currentStep, int totalSteps);
ServiceProgressData(std::wstring const & waitMessage, std::wstring const & progressText, int currentStep, int totalSteps);
public ServiceProgressData (string waitMessage, string progressText, int currentStep, int totalSteps);
new Microsoft.VisualStudio.Shell.ServiceProgressData : string * string * int * int -> Microsoft.VisualStudio.Shell.ServiceProgressData
Public Sub New (waitMessage As String, progressText As String, currentStep As Integer, totalSteps As Integer)
Parametry
- waitMessage
- String
Komunikat, który ma być wyświetlany użytkownikowi.
- progressText
- String
Komunikat wskazujący bieżący postęp operacji.
- currentStep
- Int32
Bieżący krok w toku.
- totalSteps
- Int32
Łączna liczba dostępnych kroków.
Uwagi
Wątek oczekiwania okno dialogowe pokaże pasek postępu stylu markizy, ponieważ nie podano szczegółowych informacji o postępie.