ModuleViewModel.Commands Property

Definition

Gets the commands under in this module

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

Property Value

Applies to