Partager via


Command.Adapters Property

Definition

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Practices::CompositeUI::Commands::CommandAdapter ^> ^ Adapters { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Practices::CompositeUI::Commands::CommandAdapter ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Practices.CompositeUI.Commands.CommandAdapter> Adapters { get; }
member this.Adapters : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Practices.CompositeUI.Commands.CommandAdapter>
Public Overridable ReadOnly Property Adapters As ReadOnlyCollection(Of CommandAdapter)

Property Value

Applies to