We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.types.ps1xml
View metadata should be available within a .types.ps1xml, in a typename with the format: View.$TypeName.
View.$TypeName
This should include a ScriptMethod for any defined .view.ps1 file, as well the names of each type of view.
.view.ps1
For example: View.$TypeName.ViewName(s) = @{Table='x','y','z';List='a','b','c';Custom='e','f','g'}
View.$TypeName.ViewName(s) = @{Table='x','y','z';List='a','b','c';Custom='e','f','g'}
The text was updated successfully, but these errors were encountered:
.view(s).ps1
StartAutomating
No branches or pull requests
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'}
The text was updated successfully, but these errors were encountered: