IServiceContainer.GetService<T>(String, ServiceSearchMode, out Boolean) Method
For internal use.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
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