Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
ILocalRegistry2 Interface

Establishes a locally-registered COM object relative to the local Visual Studio registry hive.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

Visual Basic (Declaration)
<GuidAttribute("77BB19B0-0462-11D1-AAF6-00A0C9055A90")> _
<InterfaceTypeAttribute(1)> _
Public Interface ILocalRegistry2
	Inherits ILocalRegistry
Visual Basic (Usage)
Dim instance As ILocalRegistry2
C#
[GuidAttribute("77BB19B0-0462-11D1-AAF6-00A0C9055A90")] 
[InterfaceTypeAttribute(1)] 
public interface ILocalRegistry2 : ILocalRegistry
C++
[GuidAttribute(L"77BB19B0-0462-11D1-AAF6-00A0C9055A90")] 
[InterfaceTypeAttribute(1)] 
public interface class ILocalRegistry2 : ILocalRegistry
J#
/** @attribute GuidAttribute("77BB19B0-0462-11D1-AAF6-00A0C9055A90") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface ILocalRegistry2 extends ILocalRegistry
JScript
GuidAttribute("77BB19B0-0462-11D1-AAF6-00A0C9055A90") 
InterfaceTypeAttribute(1) 
public interface ILocalRegistry2 extends ILocalRegistry

Provides a site with a local registry of object and type information. The local registry is not related to the system-wide registration database; it is strictly for use by the project.

Notes to Callers Called by any package that wants to register in the Visual Studio section of the registry. This interface is obtained by using the SLocalRegistry service.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker