PSStyle.FileInfoFormatting.FileExtensionDictionary Class

Definition

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.

Applies to