RepositoryExtensions.SetPendingChangeProperty, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function SetPendingChangeProperty ( _
workspaceName As String, _
workspaceOwner As String, _
pendingChangePropertyValues As ArtifactPropertyValue() _
) As StreamingCollection(Of Failure)
[WebMethodAttribute]
public StreamingCollection<Failure> SetPendingChangeProperty(
string workspaceName,
string workspaceOwner,
ArtifactPropertyValue[] pendingChangePropertyValues
)
Paramètres
- workspaceName
Type : System.String
- workspaceOwner
Type : System.String
- pendingChangePropertyValues
Type : array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
retourne StreamingCollection<T> ;
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.Server, espace de noms