ModuleViewModel.FilteredCommands Property

Definition

Gets the filter commands of this module

public:
 property System::Collections::ObjectModel::ObservableCollection<Microsoft::PowerShell::Commands::ShowCommandInternal::CommandViewModel ^> ^ FilteredCommands { System::Collections::ObjectModel::ObservableCollection<Microsoft::PowerShell::Commands::ShowCommandInternal::CommandViewModel ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<Microsoft.PowerShell.Commands.ShowCommandInternal.CommandViewModel> FilteredCommands { get; }
member this.FilteredCommands : System.Collections.ObjectModel.ObservableCollection<Microsoft.PowerShell.Commands.ShowCommandInternal.CommandViewModel>
Public ReadOnly Property FilteredCommands As ObservableCollection(Of CommandViewModel)

Property Value

Applies to