This topic has not yet been rated - Rate this topic

ILocalRegistry3 Interface

Establishes a local registry relative to the local 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)

[GuidAttribute("1B01F13F-ABEE-4761-91AF-76CE6B4C9E7A")] 
[InterfaceTypeAttribute(1)] 
public interface ILocalRegistry3 : ILocalRegistry2
/** @attribute GuidAttribute("1B01F13F-ABEE-4761-91AF-76CE6B4C9E7A") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface ILocalRegistry3 extends ILocalRegistry2
GuidAttribute("1B01F13F-ABEE-4761-91AF-76CE6B4C9E7A") 
InterfaceTypeAttribute(1) 
public interface ILocalRegistry3 extends ILocalRegistry2

Provides a site with 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 using the interface, see ProvidesObject Sample (C#).

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ