Interface IServiceProvider
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IServiceProvider
Methods
GetService<T>()
Declaration
T GetService<T>()
where T : class
Returns
|
T
|
Type Parameters
|
T
|
HasService<T>()
Declaration
bool HasService<T>()
where T : class
Returns
|
System.Boolean
|
Type Parameters
|
T
|