RepositoryExtensions.QueryMergesExtended, 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 QueryMergesExtended ( _
workspaceName As String, _
workspaceOwner As String, _
target As ItemSpec, _
versionTarget As VersionSpec, _
versionFrom As VersionSpec, _
versionTo As VersionSpec, _
options As Integer _
) As StreamingCollection(Of ExtendedMerge)
[WebMethodAttribute]
public StreamingCollection<ExtendedMerge> QueryMergesExtended(
string workspaceName,
string workspaceOwner,
ItemSpec target,
VersionSpec versionTarget,
VersionSpec versionFrom,
VersionSpec versionTo,
int options
)
Paramètres
- workspaceName
Type : System.String
- workspaceOwner
Type : System.String
- target
Type : Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
- versionTarget
Type : Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- versionFrom
Type : Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- versionTo
Type : Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- options
Type : System.Int32
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ExtendedMerge>
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