IApplicationModel.OpenConfigurationCommand Property
Gets an ICommand instance that can be invoked to open 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 OpenConfigurationCommand As ICommand
ICommand OpenConfigurationCommand { get; }
property ICommand^ OpenConfigurationCommand {
ICommand^ get ();
}
function get OpenConfigurationCommand () : ICommand
Field Value
An ICommand instance that can be invoked to open a new ConfigurationSourceModel.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace