Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 List(Of PropertyValue) _
)
public void SetChangesetProperty(
int changesetId,
List<PropertyValue> propertyValues
)
public:
void SetChangesetProperty(
int changesetId,
List<PropertyValue^>^ propertyValues
)
member SetChangesetProperty :
changesetId:int *
propertyValues:List<PropertyValue> -> unit
public function SetChangesetProperty(
changesetId : int,
propertyValues : List<PropertyValue>
)
Parameters
- changesetId
Type: System.Int32
A valid changeset ID.
- propertyValues
Type: System.Collections.Generic.List<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.