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
- registryPath
 Type: System.String
- registryValue
 Type: T
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.RegistryEntry
Returns RegistryEntry.
.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.