TeamFoundationVersionControlService.Resolve メソッド (TeamFoundationRequestContext, String, String, Int32, Resolution, String, Int32, LockLevel, array<PropertyValue[], array<String[], array<String[], Boolean)
特定の解決の特定の競合を解決します。 これは、Get、チェックインおよびマージの競合に対して呼び出されます。
名前空間: Microsoft.TeamFoundation.VersionControl.Server
アセンブリ: Microsoft.TeamFoundation.VersionControl.Server (Microsoft.TeamFoundation.VersionControl.Server.dll 内)
構文
'宣言
Public Function Resolve ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
conflictId As Integer, _
resolution As Resolution, _
newPath As String, _
encoding As Integer, _
lockLevel As LockLevel, _
newProperties As PropertyValue(), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
disallowPropertyChangesOnAutoMerge As Boolean _
) As TeamFoundationDataReader
public TeamFoundationDataReader Resolve(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
int conflictId,
Resolution resolution,
string newPath,
int encoding,
LockLevel lockLevel,
PropertyValue[] newProperties,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
bool disallowPropertyChangesOnAutoMerge
)
パラメーター
- requestContext
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求コンテキスト
- workspaceName
型 : System.String
ワークスペースの名前
- ownerName
型 : System.String
ワークスペースの所有者
- conflictId
型 : System.Int32
解決する競合 ID
- resolution
型 : Microsoft.TeamFoundation.VersionControl.Server.Resolution
競合を解決する方法
- newPath
型 : System.String
競合した項目の新しい名前
- encoding
型 : System.Int32
項目の新しいエンコード
- lockLevel
型 : Microsoft.TeamFoundation.VersionControl.Server.LockLevel
最近変更 pended で使用する LockLevel
- newProperties
型 : array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
- itemPropertyFilters
型 : array<System.String[]
- itemAttributeFilters
型 : array<System.String[]
取得操作によって返される項目の属性のリスト
- disallowPropertyChangesOnAutoMerge
型 : System.Boolean
戻り値
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
次の順序で結果を含む TeamFoundationDataReader: [] - GetOperation 処理する必要がある一連の GetOperations; GetOperation は [入力] - セットの実行する必要のある操作を元に戻す; 競合は [入力] -、に渡される内容のほかの conflictIds セット解決されました。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。