File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,29 @@ The command information. This will include the path to the file.
2323| --------------| --------| -------| --------------|
2424| ``` [Object] ``` | true | 1 | true (ByValue)|
2525---
26+ #### ** Parameter**
27+
28+ A dictionary of parameters.
29+
30+
31+
32+ | Type | Requried| Postion| PipelineInput|
33+ | -------------------| --------| -------| -------------|
34+ | ``` [IDictionary] ``` | false | 2 | false |
35+ ---
36+ #### ** ArgumentList**
37+
38+ A list of arguments.
39+
40+
41+
42+ | Type | Requried| Postion| PipelineInput|
43+ | ------------------| --------| -------| -------------|
44+ | ``` [PSObject[]] ``` | false | 3 | false |
45+ ---
2646### Syntax
2747``` PowerShell
28- Inline.XML [-CommandInfo] <Object> [<CommonParameters>]
48+ Inline.XML [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [ <CommonParameters>]
2949```
3050---
3151
You can’t perform that action at this time.
0 commit comments