PSStyle.FileInfoFormatting.FileExtensionDictionary.Remove(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.
Remove an extension from dictionary.
public void Remove (string extension);
member this.Remove : string -> unit
Public Sub Remove (extension As String)
Parameters
- extension
- String
Extension to remove.