Partager via


AddSatelliteProviderCommand Class

Command Model implementation that will add a provider to the designer and ensures that its block dependency is available.
This Command Model can be used by annotating a providers configuration element with the AddSateliteProviderCommandAttribute attribute.

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

Syntax

'Declaration
Public Class AddSatelliteProviderCommand _
    Inherits DefaultCollectionElementAddCommand
public class AddSatelliteProviderCommand : DefaultCollectionElementAddCommand
public ref class AddSatelliteProviderCommand : public DefaultCollectionElementAddCommand
public class AddSatelliteProviderCommand extends DefaultCollectionElementAddCommand

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.DefaultCollectionElementAddCommand
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.AddSatelliteProviderCommand

See Also

AddSatelliteProviderCommand Members

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