Share via


Workspace.SetPendingChangeProperty-Methode

Hinweis: Diese API ist mittlerweile veraltet.

Legt Eigenschaften auf vorhandenen ausstehenden Änderungen fest.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.",  _
    False)> _
Public Sub SetPendingChangeProperty ( _
    pendingChangePropertyValues As List(Of ArtifactPropertyValue) _
)
[ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.", 
    false)]
public void SetPendingChangeProperty(
    List<ArtifactPropertyValue> pendingChangePropertyValues
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace