Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub ClearArtifactTags(Of T) ( _
requestContext As TeamFoundationRequestContext, _
artifactKind As Guid, _
artifactId As T _
)
void ClearArtifactTags<T>(
TeamFoundationRequestContext requestContext,
Guid artifactKind,
T artifactId
)
generic<typename T>
void ClearArtifactTags(
TeamFoundationRequestContext^ requestContext,
Guid artifactKind,
T artifactId
)
abstract ClearArtifactTags :
requestContext:TeamFoundationRequestContext *
artifactKind:Guid *
artifactId:'T -> unit
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactKind
Type: System.Guid
- artifactId
Type: 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.