IServiceProvider Interface

Provides access to a service identified by a globally unique identifier (GUID). For more information, see IServiceProvider.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("6D5140C1-7436-11CE-8034-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface IServiceProvider
'Usage
Dim instance As IServiceProvider
[GuidAttribute("6D5140C1-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface IServiceProvider
[GuidAttribute(L"6D5140C1-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface class IServiceProvider
public interface IServiceProvider

See Also

Reference

IServiceProvider Members

Microsoft.VisualStudio.OLE.Interop Namespace