IServiceProvider Interface
Represents the interface for a service identified by a globally unique identifier (GUID).
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As IServiceProvider
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6D5140C1-7436-11CE-8034-00AA006009FA")> _
Public Interface IServiceProvider
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6D5140C1-7436-11CE-8034-00AA006009FA")]
public interface IServiceProvider
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6D5140C1-7436-11CE-8034-00AA006009FA")]
public interface class IServiceProvider
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("6D5140C1-7436-11CE-8034-00AA006009FA") */
public interface IServiceProvider
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
GuidAttribute("6D5140C1-7436-11CE-8034-00AA006009FA")
public interface IServiceProvider
Platforms
See Also
Reference
IServiceProvider Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.