バージョン

UploadInfo コンストラクタ

ファイルのアップロード情報を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal fileName As System.String, _
   ByVal fileSize As System.Long, _
   ByVal uploadedBytes As System.Long, _
   ByVal controlId As System.String _
)
public UploadInfo( 
   System.string fileName,
   System.long fileSize,
   System.long uploadedBytes,
   System.string controlId
)

パラメータ

fileName
fileSize
uploadedBytes
controlId
参照

オンラインで表示: GitHub