FrontEndCommandBase.InputObjectCall 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 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.