ILocalRegistry5 Interface

 

Implemented by the Visual Studio shell, and can be obtained via the SLocalRegistry service. It adds one method similar to CreateManagedInstance but which supports COM aggregation with a given outer object.

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

[GuidAttribute("D5F528B9-E492-43A7-AFC0-F98A8FB0516D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ILocalRegistry5

NameDescription
System_CAPS_pubmethodCreateAggregatedManagedInstance(String, String, String, IntPtr, Guid, IntPtr)

Creates an instance of a managed class and returns a requested interface.

Return to top
Show: