FrontEndCommandBase.InputObjectCall Method

Definition

Callback for the implementation to get the current pipeline object.

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

Returns

Current object from the pipeline.

Applies to