IServiceProviderExtensions.GetService<T>(IServiceProvider) Method

Definition

For internal use by the XAML infrastructure.

public static T GetService<T> (this IServiceProvider provider);
static member GetService : IServiceProvider -> 'T

Type Parameters

T

For internal use by the XAML infrastructure.

Parameters

provider
IServiceProvider

For internal use by the XAML infrastructure.

Returns

T

For internal use by the XAML infrastructure.

Applies to