Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <#
- .Synopsis
- Some Synopsis.
- .Description
- I want to display the following Xml in the desciption but it isn't being formatted correctly:
- <Application>
- <Name></Name>
- <PartialPysicalPath></PartialPysicalPath>
- <PartialOutputFileName></PartialOutputFileName>
- <TypeList>
- <Type></Type>
- <Type></Type>
- <Type></Type>
- </TypeList>
- </Application>
- #>
- Function SomeFunction
- {
- [Parameter(Position=0)]
- [String[]] $Applications
- # Do something
- }
Advertisement
Add Comment
Please, Sign In to add comment