ServiceProviderExtensions.GetClientInfo(IServiceProvider) Method
Definition
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 IClientInfo from the IServiceProvider.
public static Microsoft.Testing.Platform.Services.IClientInfo GetClientInfo(this IServiceProvider serviceProvider);
static member GetClientInfo : IServiceProvider -> Microsoft.Testing.Platform.Services.IClientInfo
<Extension()>
Public Function GetClientInfo (serviceProvider As IServiceProvider) As IClientInfo
Parameters
- serviceProvider
- IServiceProvider
The service provider.
Returns
The IClientInfo object.