Sdílet prostřednictvím


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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProgressEventArgs Třída

ProgressEventArgs – přetížení

Microsoft.Data.Schema.Sql – obor názvů