Metoda ITagStorageProvider.GetArtifactTagIds<T> — (TeamFoundationRequestContext, Guid, T)
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Function GetArtifactTagIds(Of T) ( _
requestContext As TeamFoundationRequestContext, _
artifactKind As Guid, _
artifactId As T _
) As IEnumerable(Of Guid)
IEnumerable<Guid> GetArtifactTagIds<T>(
TeamFoundationRequestContext requestContext,
Guid artifactKind,
T artifactId
)
Parametry typów
- T
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactKind
Typ: System.Guid
- artifactId
Typ: T
Wartość zwracana
Typ: System.Collections.Generic.IEnumerable<Guid>
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..