ThreadedWaitDialogProgressData 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
ThreadedWaitDialogProgressData(String, String, String, Boolean) |
Inicjuje nowe wystąpienie klasy bez raportowania informacji o uzupełnianiu ThreadedWaitDialogProgressData . |
ThreadedWaitDialogProgressData(String, String, String, Boolean, Int32, Int32) |
Inicjuje nowe wystąpienie klasy i informacji o uzupełnianiu ThreadedWaitDialogProgressData raportu. |
ThreadedWaitDialogProgressData(String, String, String, Boolean)
Inicjuje nowe wystąpienie klasy bez raportowania informacji o uzupełnianiu ThreadedWaitDialogProgressData .
ThreadedWaitDialogProgressData(std::wstring const & waitMessage, std::wstring const & progressText = null, std::wstring const & statusBarText = null, bool isCancelable = false);
public ThreadedWaitDialogProgressData (string waitMessage, string progressText = default, string statusBarText = default, bool isCancelable = false);
new Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData : string * string * string * bool -> Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData
Public Sub New (waitMessage As String, Optional progressText As String = Nothing, Optional statusBarText As String = Nothing, Optional isCancelable As Boolean = false)
Parametry
- waitMessage
- String
Ogólny opis operacji.
- progressText
- String
Bardziej dokładny opis operacji w toku.
- statusBarText
- String
Komunikat do wyświetlenia na pasku stanu.
- isCancelable
- Boolean
Wartość wskazująca, czy użytkownik powinien być oferowany opcją anulowania operacji.
Uwagi
Wątek oczekiwania okno dialogowe pokaże pasek postępu stylu markizy, ponieważ nie podano szczegółowych informacji o postępie.
Dotyczy
ThreadedWaitDialogProgressData(String, String, String, Boolean, Int32, Int32)
Inicjuje nowe wystąpienie klasy i informacji o uzupełnianiu ThreadedWaitDialogProgressData raportu.
public:
ThreadedWaitDialogProgressData(System::String ^ waitMessage, System::String ^ progressText, System::String ^ statusBarText, bool isCancelable, int currentStep, int totalSteps);
public:
ThreadedWaitDialogProgressData(Platform::String ^ waitMessage, Platform::String ^ progressText, Platform::String ^ statusBarText, bool isCancelable, int currentStep, int totalSteps);
ThreadedWaitDialogProgressData(std::wstring const & waitMessage, std::wstring const & progressText, std::wstring const & statusBarText, bool isCancelable, int currentStep, int totalSteps);
public ThreadedWaitDialogProgressData (string waitMessage, string progressText, string statusBarText, bool isCancelable, int currentStep, int totalSteps);
new Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData : string * string * string * bool * int * int -> Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData
Public Sub New (waitMessage As String, progressText As String, statusBarText As String, isCancelable As Boolean, currentStep As Integer, totalSteps As Integer)
Parametry
- waitMessage
- String
Ogólny opis operacji.
- progressText
- String
Bardziej dokładny opis operacji w toku.
- statusBarText
- String
Komunikat do wyświetlenia na pasku stanu.
- isCancelable
- Boolean
Wartość wskazująca, czy użytkownik powinien być oferowany opcją anulowania operacji.
- currentStep
- Int32
Bieżący krok w toku.
- totalSteps
- Int32
Łączna liczba dostępnych kroków. Użyj 0, aby wyświetlić nieokreśloną ramkę w oknie dialogowym oczekiwania.