SPDeploymentEventArgs-Konstruktor (SPDeploymentStatus, Int32, Int32, String, SPImportObjectCollection)
Erstellt eine neue Instanz der Klasse mit den Bereitstellungsstatus SPDeploymentEventArgs , Informationen zu Objekt Zahlen und Verzeichnispfad. Mit dieser Methode werden das Bereitstellungspaket auch die Auflistung der Stammobjekte hinzugefügt.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
status As SPDeploymentStatus, _
objectsProcessed As Integer, _
objectsTotal As Integer, _
tempDirectoryPath As String, _
rootObjects As SPImportObjectCollection _
)
'Usage
Dim status As SPDeploymentStatus
Dim objectsProcessed As Integer
Dim objectsTotal As Integer
Dim tempDirectoryPath As String
Dim rootObjects As SPImportObjectCollection
Dim instance As New SPDeploymentEventArgs(status, _
objectsProcessed, objectsTotal, _
tempDirectoryPath, rootObjects)
public SPDeploymentEventArgs(
SPDeploymentStatus status,
int objectsProcessed,
int objectsTotal,
string tempDirectoryPath,
SPImportObjectCollection rootObjects
)
Parameter
status
Typ: Microsoft.SharePoint.Deployment.SPDeploymentStatusBietet eine SPDeploymentStatus -Enumerationswert ab, der den aktuellen Status des Bereitstellungsvorgangs angibt.
objectsProcessed
Typ: System.Int32Ganze Zahl, gibt die Anzahl von Objekten, die aktuell verarbeitet werden.
objectsTotal
Typ: System.Int32Integer-Wert, der die Gesamtzahl von Objekten in der aktuellen Bereitstellungsvorgang angibt.
tempDirectoryPath
Typ: System.StringEine Zeichenfolgendarstellung der vollqualifizierte Pfad des temporären Verzeichnisses, in dem der nicht komprimierten Inhalt der Bereitstellungsdateien-Paket gespeichert werden.
rootObjects
Typ: Microsoft.SharePoint.Deployment.SPImportObjectCollectionGibt an, exportiert die SPImportObjectCollection , das die Stammobjekte - d. h., enthält keine übergeordnete Objekte vorhanden sind.