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 @@ -50,9 +50,29 @@ The command information. This will include the path to the file.
5050| --------------| --------| -------| --------------|
5151| ``` [Object] ``` | true | 1 | true (ByValue)|
5252---
53+ #### ** Parameter**
54+
55+ A dictionary of parameters.
56+
57+
58+
59+ | Type | Requried| Postion| PipelineInput|
60+ | -------------------| --------| -------| -------------|
61+ | ``` [IDictionary] ``` | false | 2 | false |
62+ ---
63+ #### ** ArgumentList**
64+
65+ A list of arguments.
66+
67+
68+
69+ | Type | Requried| Postion| PipelineInput|
70+ | ------------------| --------| -------| -------------|
71+ | ``` [PSObject[]] ``` | false | 3 | false |
72+ ---
5373### Syntax
5474``` PowerShell
55- Inline.CSS [-CommandInfo] <Object> [<CommonParameters>]
75+ Inline.CSS [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [ <CommonParameters>]
5676```
5777---
5878
You can’t perform that action at this time.
0 commit comments