DeploymentPackageSerializationEventArgs(Int32, Int32, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 物件的實例中建立 DeploymentPackageSerializationEventArgs 。
public:
DeploymentPackageSerializationEventArgs(int currentFile, int fileCount, System::String ^ fileName);
public DeploymentPackageSerializationEventArgs(int currentFile, int fileCount, string fileName);
new Microsoft.Web.Deployment.DeploymentPackageSerializationEventArgs : int * int * string -> Microsoft.Web.Deployment.DeploymentPackageSerializationEventArgs
Public Sub New (currentFile As Integer, fileCount As Integer, fileName As String)
參數
- currentFile
- Int32
目前的檔案編號。
- fileCount
- Int32
檔案總數。
- fileName
- String
檔案的名稱。