PSStyle.FileInfoFormatting.FileExtensionDictionary.Add(String, String) Method       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add new extension and decoration to dictionary.
public void Add(string extension, string decoration);
	member this.Add : string * string -> unit
	Public Sub Add (extension As String, decoration As String)
	Parameters
- extension
 - String
 
Extension to add.
- decoration
 - String
 
ANSI string value to add.