共用方式為


SPDeploymentEventArgs class

指定的部署作業的事件資料封裝。

Inheritance hierarchy

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

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

Syntax

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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPDeploymentEventArgs members

Microsoft.SharePoint.Deployment namespace