Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets a list of PropertyValue objects to a Changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub SetChangesetProperty ( _
changesetId As Integer, _
propertyValues As PropertyValue() _
)
public void SetChangesetProperty(
int changesetId,
PropertyValue[] propertyValues
)
public:
void SetChangesetProperty(
int changesetId,
array<PropertyValue^>^ propertyValues
)
member SetChangesetProperty :
changesetId:int *
propertyValues:PropertyValue[] -> unit
public function SetChangesetProperty(
changesetId : int,
propertyValues : PropertyValue[]
)
Parameters
changesetId
Type: System.Int32A valid changeset ID.
propertyValues
Type: array<Microsoft.TeamFoundation.Framework.Client.PropertyValue[]A list of PropertyValue objects.
.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.