Share via


Command.FindAdapters<TAdapter> Method

Definition

public:
generic <typename TAdapter>
 where TAdapter : Microsoft::Practices::CompositeUI::Commands::CommandAdapter virtual System::Collections::ObjectModel::ReadOnlyCollection<TAdapter> ^ FindAdapters();
public virtual System.Collections.ObjectModel.ReadOnlyCollection<TAdapter> FindAdapters<TAdapter> () where TAdapter : Microsoft.Practices.CompositeUI.Commands.CommandAdapter;
abstract member FindAdapters : unit -> System.Collections.ObjectModel.ReadOnlyCollection<'Adapter (requires 'Adapter :> Microsoft.Practices.CompositeUI.Commands.CommandAdapter)> (requires 'Adapter :> Microsoft.Practices.CompositeUI.Commands.CommandAdapter)
override this.FindAdapters : unit -> System.Collections.ObjectModel.ReadOnlyCollection<'Adapter (requires 'Adapter :> Microsoft.Practices.CompositeUI.Commands.CommandAdapter)> (requires 'Adapter :> Microsoft.Practices.CompositeUI.Commands.CommandAdapter)
Public Overridable Function FindAdapters(Of TAdapter As CommandAdapter) () As ReadOnlyCollection(Of TAdapter)

Type Parameters

TAdapter

Returns

ReadOnlyCollection<TAdapter>

Applies to