TeamFoundationVersionControlService.SetChangesetProperty Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Sub SetChangesetProperty ( _
requestContext As TeamFoundationRequestContext, _
changesetId As Integer, _
propertyValues As PropertyValue() _
)
public void SetChangesetProperty(
TeamFoundationRequestContext requestContext,
int changesetId,
PropertyValue[] propertyValues
)
public:
void SetChangesetProperty(
TeamFoundationRequestContext^ requestContext,
int changesetId,
array<PropertyValue^>^ propertyValues
)
member SetChangesetProperty :
requestContext:TeamFoundationRequestContext *
changesetId:int *
propertyValues:PropertyValue[] -> unit
public function SetChangesetProperty(
requestContext : TeamFoundationRequestContext,
changesetId : int,
propertyValues : PropertyValue[]
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- changesetId
Type: System.Int32
- propertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
.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.