Share via


SPDeploymentEventArgs-Klasse

Ereignisdaten für den angegebenen Bereitstellungsvorgang kapselt.

Vererbungshierarchie

System.Object
  System.EventArgs
    Microsoft.SharePoint.Deployment.SPDeploymentEventArgs

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDeploymentEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SPDeploymentEventArgs
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDeploymentEventArgs : EventArgs

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPDeploymentEventArgs-Member

Microsoft.SharePoint.Deployment-Namespace