SExtensionManager Interface

Used to query for a reference to the Visual Studio Extension Manager.

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

Syntax

'Declaration
<GuidAttribute("8D0AA9CC-8465-42F3-AD6E-DFDE28CCC75D")> _
<InterfaceTypeAttribute()> _
Public Interface SExtensionManager
[GuidAttribute("8D0AA9CC-8465-42F3-AD6E-DFDE28CCC75D")]
[InterfaceTypeAttribute()]
public interface SExtensionManager
[GuidAttribute(L"8D0AA9CC-8465-42F3-AD6E-DFDE28CCC75D")]
[InterfaceTypeAttribute()]
public interface class SExtensionManager
[<GuidAttribute("8D0AA9CC-8465-42F3-AD6E-DFDE28CCC75D")>]
[<InterfaceTypeAttribute()>]
type SExtensionManager =  interface end
public interface SExtensionManager

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace