FrontEndCommandBase.OuterCmdletCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.