PSStyle.FileInfoFormatting.FileExtensionDictionary Class
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.
Custom dictionary handling validation of extension and content.
public sealed class PSStyle.FileInfoFormatting.FileExtensionDictionary
type PSStyle.FileInfoFormatting.FileExtensionDictionary = class
Public NotInheritable Class PSStyle.FileInfoFormatting.FileExtensionDictionary
- Inheritance
-
PSStyle.FileInfoFormatting.FileExtensionDictionary
Constructors
PSStyle.FileInfoFormatting.FileExtensionDictionary() |
Properties
Item[String] |
Gets or sets the decoration by specified extension. |
Keys |
Gets the extensions for the dictionary. |
Methods
Add(String, String) |
Add new extension and decoration to dictionary. |
Clear() |
Clear the dictionary. |
ContainsKey(String) |
Gets whether the dictionary contains the specified extension. |
Remove(String) |
Remove an extension from dictionary. |