Workspace.SetPendingChangeAttribute, méthode
Définit les propriétés d'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
Public Sub SetPendingChangeAttribute ( _
pendingChangePropertyValues As List(Of ArtifactPropertyValue) _
)
public void SetPendingChangeAttribute(
List<ArtifactPropertyValue> pendingChangePropertyValues
)
Paramètres
- pendingChangePropertyValues
Type : System.Collections.Generic.List<ArtifactPropertyValue>
La liste des 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