Skip to main content
A newer version of this page is available. .

IServiceContainer.GetService<T>(String, ServiceSearchMode, out Boolean) Method

For internal use.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

[Browsable(false)]
T GetService<T>(
    string key,
    ServiceSearchMode searchMode,
    out bool serviceHasKey
)
    where T : class

Parameters

Name Type
key String
searchMode ServiceSearchMode
serviceHasKey Boolean

Type Parameters

Name
T

Returns

Type
T
See Also