ILocalRegistry3 Interface

Establishes a local registry relative to the Visual Studio registry hive. This interface extends ILocalRegistry2. You can get an instance of the interface through the SLocalRegistry (SID_SLocalRegistry) service.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("1B01F13F-ABEE-4761-91AF-76CE6B4C9E7A")> _
<InterfaceTypeAttribute()> _
Public Interface ILocalRegistry3 _
    Inherits ILocalRegistry2
'Usage
Dim instance As ILocalRegistry3
[GuidAttribute("1B01F13F-ABEE-4761-91AF-76CE6B4C9E7A")]
[InterfaceTypeAttribute()]
public interface ILocalRegistry3 : ILocalRegistry2
[GuidAttribute(L"1B01F13F-ABEE-4761-91AF-76CE6B4C9E7A")]
[InterfaceTypeAttribute()]
public interface class ILocalRegistry3 : ILocalRegistry2
public interface ILocalRegistry3 extends ILocalRegistry2

Remarks

Provides a site that has a local registry of object and type information. The local registry is strictly local and is not related to the system registry.

For an example that uses the interface, see ProvidesObject Sample (C#).

See Also

Reference

ILocalRegistry3 Members

Microsoft.VisualStudio.Shell.Interop Namespace