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