NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SerializableRegistryKey.CopyFromRegistry

[To be supplied.]

[Visual Basic]
Public Sub CopyFromRegistry( _
   ByVal keyToSave As RegistryKey _
)
[C#]
public void CopyFromRegistry(
   RegistryKey keyToSave
);
[C++]
public: void CopyFromRegistry(
   RegistryKey* keyToSave
);
[JScript]
public function CopyFromRegistry(
   keyToSave : RegistryKey
);

Parameters

keyToSave
[To be supplied.]

See Also

SerializableRegistryKey Class | SerializableRegistryKey Members | System.Diagnostics Namespace