Partager via


IApplicationModel.NewConfigurationCommand Property

Gets an ICommand instance that can be invoked to re-initialize the application with a new ConfigurationSourceModel.

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

Syntax

'Declaration
ReadOnly Property NewConfigurationCommand As ICommand
ICommand NewConfigurationCommand { get; }
property ICommand^ NewConfigurationCommand {
    ICommand^ get ();
}
function get NewConfigurationCommand () : ICommand

Field Value

An ICommand instance that can be invoked to re-initialize the application with a new ConfigurationSourceModel.

See Also

IApplicationModel Interface

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

IApplicationModel.New()