RegistrationAttribute::Key::Close Method ()
Visual Studio 2015
Closes a key after writing is complete.
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
You may use the C# using syntax with registration keys, since they implement the IDisposable interface. You must always close keys when you are done with them.
Show: