Compartilhar via


Método ITeamFoundationRegistryService.SetValue<T>

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Sub SetValue(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    path As String, _
    value As T _
)
void SetValue<T>(
    TeamFoundationRequestContext requestContext,
    string path,
    T value
)

Parâmetros de tipo

  • T

Parâmetros

  • value
    Tipo: T

Segurança do .NET Framework

Consulte também

Referência

ITeamFoundationRegistryService Interface

Namespace Microsoft.TeamFoundation.Framework.Server