ISharePointProjectItem の指定されたインスタンス、配置手順の情報、配置コンテキスト、および配置の競合のコレクションを使用して、DeploymentStepStartedEventArgs クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.SharePoint
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Sub New ( _
projectItem As ISharePointProjectItem, _
deploymentStepInfo As IDeploymentStepInfo, _
deploymentContext As ISharePointProjectItemDeploymentContext, _
conflicts As IDeploymentConflictCollection _
)
public DeploymentStepStartedEventArgs(
ISharePointProjectItem projectItem,
IDeploymentStepInfo deploymentStepInfo,
ISharePointProjectItemDeploymentContext deploymentContext,
IDeploymentConflictCollection conflicts
)
パラメーター
- projectItem
型: Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
プロジェクト アイテムのインスタンス。
- deploymentStepInfo
型: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo
開始する配置手順。
- deploymentContext
型: Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext
現在の配置セッションの配置コンテキスト。
- conflicts
型: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflictCollection
配置の競合を報告するために使用できる配置の競合のコレクション。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。