Repository4.PendChangesInLocalWorkspace, 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 PendChangesInLocalWorkspace ( _
workspaceName As String, _
ownerName As String, _
changes As ChangeRequest(), _
pendChangesOptions As Integer, _
supportedFeatures As Integer, _
<OutAttribute> ByRef failures As List(Of Failure), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChangesInLocalWorkspace(
string workspaceName,
string ownerName,
ChangeRequest[] changes,
int pendChangesOptions,
int supportedFeatures,
out List<Failure> failures,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
out int changePendedFlags
)
Paramètres
- workspaceName
Type : System.String
- ownerName
Type : System.String
- changes
Type : array<Microsoft.TeamFoundation.VersionControl.Server.ChangeRequest[]
- pendChangesOptions
Type : System.Int32
- supportedFeatures
Type : System.Int32
- failures
Type : System.Collections.Generic.List<Failure>%
- itemPropertyFilters
Type : array<System.String[]
- itemAttributeFilters
Type : array<System.String[]
- changePendedFlags
Type : System.Int32%
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
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