DSInternals/Src/DSInternals.PowerShell/Views/DSInternals.RoamedCredentia...

48 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Configuration><!-- xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PowerShell/PowerShell/master/src/Schemas/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-->
<Controls>
<Control>
<!-- This control is used by the DSAccount view. -->
<Name>RoamedCredential</Name>
<CustomControl>
<CustomEntries>
<CustomEntry>
<CustomItem>
<ExpressionBinding>
<PropertyName>Type</PropertyName>
</ExpressionBinding>
<Text>: </Text>
<ExpressionBinding>
<PropertyName>Id</PropertyName>
</ExpressionBinding>
<NewLine />
</CustomItem>
</CustomEntry>
</CustomEntries>
</CustomControl>
</Control>
</Controls>
<ViewDefinitions>
<View>
<Name>RoamedCredential</Name>
<ViewSelectedBy>
<TypeName>DSInternals.Common.Data.RoamedCredential</TypeName>
</ViewSelectedBy>
<TableControl>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Type</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>FilePath</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>