IServiceContainer.GetServices(Type, Boolean) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| type | Type |
| localOnly | Boolean |
Returns
| Type |
|---|
| IEnumerable<Object> |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
[Browsable(false)]
IEnumerable<object> GetServices(
Type type,
bool localOnly
)
<Browsable(False)>
Function GetServices(
type As Type,
localOnly As Boolean
) As IEnumerable(Of Object)
| Name | Type |
|---|---|
| type | Type |
| localOnly | Boolean |
| Type |
|---|
| IEnumerable<Object> |