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
Namespace: DevCase.Core.IO.FileSystemAssembly: 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; }
Public Property TileInfo As String
Get
Set
Dim instance As FileExtensionInfo
Dim value As String
value = instance.TileInfo
instance.TileInfo = value
public:
property String^ TileInfo {
String^ get ();
void set (String^ value);
}
member TileInfo : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String