次の方法で共有


IDeploymentConflictCollection.Add メソッド

定義

新しい IDeploymentConflict オブジェクトをこのコレクションに追加します。

public:
 Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentConflict ^ Add(System::String ^ description, Func<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^, bool> ^ resolve, bool promptBeforeResolve);
public Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflict Add (string description, Func<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem,bool> resolve, bool promptBeforeResolve);
abstract member Add : string * Func<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem, bool> * bool -> Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflict
Public Function Add (description As String, resolve As Func(Of ISharePointProjectItem, Boolean), promptBeforeResolve As Boolean) As IDeploymentConflict

パラメーター

description
String

配置の競合に関する説明。

resolve
Func<ISharePointProjectItem,Boolean>

競合を解決できるデリゲート。 デリゲートは、Boolean 型の戻り値と、ISharePointProjectItem 型の一つのパラメーターを持っている必要があります。

promptBeforeResolve
Boolean

true デリゲートが実行される前にユーザーにプロンプトが resolve 表示される場合は 。それ以外の場合 falseは 。

戻り値

配置の競合を表す新しいオブジェクト。

注釈

展開の競合を処理するオブジェクトを作成 IDeploymentConflict する方法を示す例については、「 方法: 展開の競合を処理する」を参照してください。

適用対象