FileExtensionInfoTileInfo Property

Corresponds to the TileInfo registry value.

Contains a list of properties to be displayed for a particular file type in a Windows Explorer window that is in tile view.

This is the same as InfoTip, but, like QuickTip, it also returns a list of property names in the form of an IPropertyDescriptionList.

The list of properties can be parsed with PSGetPropertyDescriptionListFromString

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string TileInfo { get; set; }

Property Value

String

See Also