ElementViewModel.ElementViewModelServiceDependencies Method

Injection Method used to supply additional dependencies to the ElementViewModel.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
<InjectionMethodAttribute> _
Public Sub ElementViewModelServiceDependencies ( _
    elementLookup As ElementLookup, _
    applicationModel As IApplicationModel _
)
[InjectionMethodAttribute]
public void ElementViewModelServiceDependencies(
    ElementLookup elementLookup,
    IApplicationModel applicationModel
)
[InjectionMethodAttribute]
public:
void ElementViewModelServiceDependencies(
    ElementLookup^ elementLookup, 
    IApplicationModel^ applicationModel
)
public function ElementViewModelServiceDependencies(
    elementLookup : ElementLookup, 
    applicationModel : IApplicationModel
)

Parameters

See Also

ElementViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace