Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Search for artifacts in the intersection of set of tags.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function QueryArtifacts ( _
requestContext As TeamFoundationRequestContext, _
tagIds As IEnumerable(Of Guid) _
) As IEnumerable(Of T)
IEnumerable<T> QueryArtifacts(
TeamFoundationRequestContext requestContext,
IEnumerable<Guid> tagIds
)
IEnumerable<T>^ QueryArtifacts(
TeamFoundationRequestContext^ requestContext,
IEnumerable<Guid>^ tagIds
)
abstract QueryArtifacts :
requestContext:TeamFoundationRequestContext *
tagIds:IEnumerable<Guid> -> IEnumerable<'T>
function QueryArtifacts(
requestContext : TeamFoundationRequestContext,
tagIds : IEnumerable<Guid>
) : IEnumerable<T>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- tagIds
Type: System.Collections.Generic.IEnumerable<Guid>
Return Value
Type: System.Collections.Generic.IEnumerable<T>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.