INamedServiceProvider<TService>.GetService(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the service object with the specified name.
C#
public TService? GetService(string name);
abstract member GetService : string -> 'Service
Public Function GetService (name As String) As TService
- name
- String
The name of the service object.
TService
The object.
This method returns the latest TService
registered under the name.
Ürün | Sürümler |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
.NET geri bildirimi
.NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: