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

Name Description
PSStyle.FileInfoFormatting.FileExtensionDictionary()

Properties

Name Description
Item[String]

Gets or sets the decoration by specified extension.

Keys

Gets the extensions for the dictionary.

Methods

Name Description
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