Skip to main content

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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