-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUncommonSense.PowerShell.Utils.Format.ps1xml
More file actions
37 lines (37 loc) · 1.05 KB
/
Copy pathUncommonSense.PowerShell.Utils.Format.ps1xml
File metadata and controls
37 lines (37 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Configuration>
<ViewDefinitions>
<View>
<Name>Default</Name>
<ViewSelectedBy>
<TypeName>UncommonSense.PowerShell.Utils.PipelineableParameter</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders></TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>CommandName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ParameterSetName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ParameterName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ParameterType</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ValueFromPipeline</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ValueFromPipelineByPropertyName</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>