ProgressEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ProgressEventArgs() | |
ProgressEventArgs(Int32, Int32, Int32) |
ProgressEventArgs()
public:
ProgressEventArgs();
public ProgressEventArgs ();
Public Sub New ()
S’applique à
ProgressEventArgs(Int32, Int32, Int32)
public:
ProgressEventArgs(int min, int value, int max);
public ProgressEventArgs (int min, int value, int max);
new Microsoft.BizTalk.Adapter.Framework.ProgressEventArgs : int * int * int -> Microsoft.BizTalk.Adapter.Framework.ProgressEventArgs
Public Sub New (min As Integer, value As Integer, max As Integer)
Paramètres
- min
- Int32
- value
- Int32
- max
- Int32