ILocalRegistry5 Interface
Provides an interface similar to T:Microsoft.VisualStudio.Shell.Interop.ILocalRegistry3 that 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)
Syntax
'Declaración
<GuidAttribute("D5F528B9-E492-43A7-AFC0-F98A8FB0516D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ILocalRegistry5
'Uso
Dim instance As ILocalRegistry5
[GuidAttribute("D5F528B9-E492-43A7-AFC0-F98A8FB0516D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ILocalRegistry5
[GuidAttribute(L"D5F528B9-E492-43A7-AFC0-F98A8FB0516D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ILocalRegistry5
[<GuidAttribute("D5F528B9-E492-43A7-AFC0-F98A8FB0516D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ILocalRegistry5 = interface end
public interface ILocalRegistry5