IServiceContainer.GetService(Type, String, ServiceSearchMode, out Boolean) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.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