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

IServiceContainer.GetService(Type, String, ServiceSearchMode, out Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

[Browsable(false)]
object GetService(
    Type type,
    string key,
    ServiceSearchMode searchMode,
    out bool serviceHasKey
)

Parameters

Name Type
type Type
key String
searchMode ServiceSearchMode
serviceHasKey Boolean

Returns

Type
Object
See Also