SPDeploymentEventArgs - Constructeur (SPDeploymentStatus, Int32, Int32, String)
Crée une nouvelle instance de la classe SPDeploymentEventArgs avec l'état du déploiement, des informations sur les numéros d'objet et le chemin de répertoire.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
status As SPDeploymentStatus, _
objectsProcessed As Integer, _
objectsTotal As Integer, _
tempDirectoryPath As String _
)
'Utilisation
Dim status As SPDeploymentStatus
Dim objectsProcessed As Integer
Dim objectsTotal As Integer
Dim tempDirectoryPath As String
Dim instance As New SPDeploymentEventArgs(status, _
objectsProcessed, objectsTotal, _
tempDirectoryPath)
public SPDeploymentEventArgs(
SPDeploymentStatus status,
int objectsProcessed,
int objectsTotal,
string tempDirectoryPath
)
Paramètres
status
Type : Microsoft.SharePoint.Deployment.SPDeploymentStatusFournit une valeur d'énumération SPDeploymentStatus qui spécifie l'état actuel de l'opération de déploiement.
objectsProcessed
Type : System.Int32Entier qui spécifie le nombre d'objets de déploiement qui sont actuellement traitées.
objectsTotal
Type : System.Int32Entier qui spécifie le nombre total d'objets de déploiement dans l'opération de déploiement actuelle.
tempDirectoryPath
Type : System.StringReprésentation de chaîne du chemin qualifié complet au répertoire temporaire dans lequel est stocké le contenu non compressé des fichiers du package de déploiement.
Voir aussi
Référence
SPDeploymentEventArgs - Membres