ProgressEventArgs – konstruktor (Int32, Int32)
Inicializuje novou instanci ProgressEventArgs Třída
Obor názvů: Microsoft.Data.Schema.Sql
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Public Sub New ( _
progress As Integer, _
total As Integer _
)
public ProgressEventArgs(
int progress,
int total
)
public:
ProgressEventArgs(
int progress,
int total
)
new :
progress:int *
total:int -> ProgressEventArgs
public function ProgressEventArgs(
progress : int,
total : int
)
Parametry
- progress
Typ: System.Int32
- total
Typ: System.Int32
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.