TeamFoundationVersionControlService.Resolve Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Dichiarazione
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, _
propertyNameFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader Resolve(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
int conflictId,
Resolution resolution,
string newPath,
int encoding,
LockLevel lockLevel,
string[] propertyNameFilters
)
public:
TeamFoundationDataReader^ Resolve(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
int conflictId,
Resolution resolution,
String^ newPath,
int encoding,
LockLevel lockLevel,
array<String^>^ propertyNameFilters
)
member Resolve :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
conflictId:int *
resolution:Resolution *
newPath:string *
encoding:int *
lockLevel:LockLevel *
propertyNameFilters:string[] -> TeamFoundationDataReader
public function Resolve(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
conflictId : int,
resolution : Resolution,
newPath : String,
encoding : int,
lockLevel : LockLevel,
propertyNameFilters : String[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- ownerName
Type: System.String
- conflictId
Type: System.Int32
- resolution
Type: Microsoft.TeamFoundation.VersionControl.Server.Resolution
- newPath
Type: System.String
- encoding
Type: System.Int32
- lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Server.LockLevel
- propertyNameFilters
Type: array<System.String[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.