다음을 통해 공유


KeyedServiceCollectionExtensions.GetServiceByName<TService> 메서드

정의

이름으로 서비스를 획득합니다.

public static TService GetServiceByName<TService> (this IServiceProvider services, string name) where TService : class;
static member GetServiceByName : IServiceProvider * string -> 'Service (requires 'Service : null)
<Extension()>
Public Function GetServiceByName(Of TService As Class) (services As IServiceProvider, name As String) As TService

형식 매개 변수

TService

서비스 형식입니다.

매개 변수

services
IServiceProvider

서비스 공급자입니다.

name
String

서비스 이름입니다.

반환

TService

서비스입니다.

적용 대상