-- åå調æ»ãã¦ããã¡ãã£ã¨éã空ããã®ã¨ãååãªãã¨ãªãç´ä½æ²æãã¦ããã®ã§ããä¸åº¦ç¢ºèªã çµå±ã®ã¨ããã$myinvocation.ExpectingInputãã使ãã®ããã¹ãï¼ function test { [CmdletBinding(DefaultParameterSetName='NonPipeline')] param( [Parameter(ValueFromPipeline=$true)] $Data ) begin { $myinvocation.ExpectingInput } process {$myinvocation.ExpectingInput} end { $myinvocation.ExpectingInput } } "ãã¤ãã©ã¤ã³" 1,2 | test "ãã¤ã¬ã¯ã" test 1,2
{{#tags}}- {{label}}
{{/tags}}