RegistrationAttribute.Key.Close Method

Closes a key after writing is complete.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

Syntax

'Declaration
Public MustOverride Sub Close
public abstract void Close()
public:
virtual void Close() abstract
abstract Close : unit -> unit 
public abstract function Close()

Remarks

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.

.NET Framework Security

See Also

Reference

RegistrationAttribute.Key Class

Microsoft.VisualStudio.Shell Namespace

RegistrationAttribute.Key