RegistryEntry.Create<T> Method

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

Syntax

'Declaration
Public Shared Function Create(Of T) ( _
    registryPath As String, _
    registryValue As T _
) As RegistryEntry
public static RegistryEntry Create<T>(
    string registryPath,
    T registryValue
)
public:
generic<typename T>
static RegistryEntry^ Create(
    String^ registryPath, 
    T registryValue
)
static member Create : 
        registryPath:string * 
        registryValue:'T -> RegistryEntry
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • registryValue
    Type: T

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.RegistryEntry
Returns RegistryEntry.

.NET Framework Security

See Also

Reference

RegistryEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace