TeamFoundationVersionControlService.UpdateLocalVersion Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub UpdateLocalVersion ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
updates As LocalVersionUpdate() _
)
public void UpdateLocalVersion(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
LocalVersionUpdate[] updates
)
public:
void UpdateLocalVersion(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
array<LocalVersionUpdate^>^ updates
)
member UpdateLocalVersion :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
updates:LocalVersionUpdate[] -> unit
public function UpdateLocalVersion(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
updates : LocalVersionUpdate[]
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- ownerName
Type: System.String
- updates
Type: array<Microsoft.TeamFoundation.VersionControl.Server.LocalVersionUpdate[]
.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.