TeamFoundationVersionControlService.UpdateBranchObject Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub UpdateBranchObject ( _
requestContext As TeamFoundationRequestContext, _
branchProperties As BranchProperties, _
updateExisting As Boolean _
)
public void UpdateBranchObject(
TeamFoundationRequestContext requestContext,
BranchProperties branchProperties,
bool updateExisting
)
public:
void UpdateBranchObject(
TeamFoundationRequestContext^ requestContext,
BranchProperties^ branchProperties,
bool updateExisting
)
member UpdateBranchObject :
requestContext:TeamFoundationRequestContext *
branchProperties:BranchProperties *
updateExisting:bool -> unit
public function UpdateBranchObject(
requestContext : TeamFoundationRequestContext,
branchProperties : BranchProperties,
updateExisting : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- branchProperties
Type: Microsoft.TeamFoundation.VersionControl.Server.BranchProperties
- updateExisting
Type: System.Boolean
.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.