EZOut
EZOut copied to clipboard
View Metadata should be exported into `.types.ps1xml`
View metadata should be available within a .types.ps1xml, in a typename with the format: View.$TypeName.
This should include a ScriptMethod for any defined .view.ps1 file, as well the names of each type of view.
For example:
View.$TypeName.ViewName(s) = @{Table='x','y','z';List='a','b','c';Custom='e','f','g'}