Condividi tramite


Metodo Workspace.SetPendingChangeProperty

Nota: questa API è ora obsoleta.

Impostare le proprietà delle modifiche in sospeso esistenti.

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintassi

'Dichiarazione
<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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Workspace Classe

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Client