IServiceProvider 인터페이스

정의

GUID(Globally Unique Identifier)로 식별되는 서비스에 대한 액세스를 제공합니다. 자세한 내용은 IServiceProvider를 참조하세요.

public interface class IServiceProvider
public interface class IServiceProvider
__interface IServiceProvider
[System.Runtime.InteropServices.Guid("6D5140C1-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IServiceProvider
[System.Runtime.InteropServices.Guid("6D5140C1-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IServiceProvider
[<System.Runtime.InteropServices.Guid("6D5140C1-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IServiceProvider = interface
[<System.Runtime.InteropServices.Guid("6D5140C1-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IServiceProvider = interface
Public Interface IServiceProvider
파생
특성

메서드

QueryService(Guid, Guid, IntPtr)

GUID(Globally Unique Identifier)로 식별되는 서비스에 대한 액세스를 제공합니다. 자세한 내용은 IServiceProvider를 참조하세요.

확장 메서드

QueryService(IServiceProvider, Guid)

서비스 GUID를 기반으로 서비스 공급자가 노출하는 서비스를 가져옵니다.

QueryService<TService>(IServiceProvider)

서비스 유형에 따라 서비스 공급자가 노출하는 서비스를 가져옵니다.

적용 대상