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

IServiceContainer.GetServices(Type, Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

[Browsable(false)]
IEnumerable<object> GetServices(
    Type type,
    bool localOnly
)

Parameters

Name Type
type Type
localOnly Boolean

Returns

Type
IEnumerable<Object>
See Also