Metoda TeamFoundationTaggingService.GetTagArtifacts<T> —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Public Function GetTagArtifacts(Of T) ( _
requestContext As TeamFoundationRequestContext, _
artifactKind As Guid, _
artifactIds As IEnumerable(Of T) _
) As IEnumerable(Of TagArtifacts(Of T))
public IEnumerable<TagArtifacts<T>> GetTagArtifacts<T>(
TeamFoundationRequestContext requestContext,
Guid artifactKind,
IEnumerable<T> artifactIds
)
Parametry typów
- T
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactKind
Typ: System.Guid
- artifactIds
Typ: System.Collections.Generic.IEnumerable<T>
Wartość zwracana
Typ: System.Collections.Generic.IEnumerable<TagArtifacts<T>>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..