FileExtensionInfoQuickTip Property

Corresponds to the QuickTip registry value. Same as InfoTip, except that it always returns a list of property names in the form of an IPropertyDescriptionList.

The difference between this value and InfoTip is that this returns properties that are safe for any scenario that causes slow property retrieval, such as offline or slow networks.

Some of the properties returned from InfoTip might not be appropriate for slow property retrieval scenarios.

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 QuickTip { get; set; }

Property Value

String

See Also