Workspace.SetPendingChangeProperty, méthode
Remarque : cette API est maintenant obsolète.
Définit des propriétés sur exister des modifications en attente.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- pendingChangePropertyValues
Type : System.Collections.Generic.List<ArtifactPropertyValue>
Une liste de valeurs de propriété d'artefact à définir.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Client, espace de noms