formats/mytaskpath.format.ps1xml
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 38 39 40 41 42 43 44 |
<?xml version="1.0" encoding="UTF-8"?>
<!-- format type data generated 02/20/2019 10:30:46 by BOVINE320\Jeff --> <Configuration> <ViewDefinitions> <View> <!--Created 02/20/2019 10:30:46 by BOVINE320\Jeff--> <Name>default</Name> <ViewSelectedBy> <TypeName>myTaskPath</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <!-- By default the entries use property names, but you can replace them with scriptblocks. <Scriptblock>$_.foo /1mb -as [int]</Scriptblock> --> <ListItem> <Label>myTaskHome</Label> <PropertyName>myTaskHome</PropertyName> </ListItem> <ListItem> <Label>myTaskPath</Label> <PropertyName>myTaskPath</PropertyName> </ListItem> <ListItem> <Label>myTaskArchivePath</Label> <PropertyName>myTaskArchivePath</PropertyName> </ListItem> <ListItem> <Label>myTaskCategory</Label> <PropertyName>myTaskCategory</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> |