FrontEndCommandBase.OuterCmdletCall Method

Definition

Callback for the implementation to obtain a reference to the Cmdlet object.

protected:
 virtual System::Management::Automation::PSCmdlet ^ OuterCmdletCall();
protected virtual System.Management.Automation.PSCmdlet OuterCmdletCall ();
abstract member OuterCmdletCall : unit -> System.Management.Automation.PSCmdlet
override this.OuterCmdletCall : unit -> System.Management.Automation.PSCmdlet
Protected Overridable Function OuterCmdletCall () As PSCmdlet

Returns

Cmdlet reference.

Applies to