Generic Properties |
The SystemGeneric type exposes the following members.
| Name | Description | |
|---|---|---|
| Boolean |
The System.Generic.Boolean property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Generic_Boolean. Display name Any Boolean value.
| |
| DateTime |
The System.Generic.DateTime property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Generic_DateTime. Display name Any date/time.
| |
| FloatingPoint |
The System.Generic.FloatingPoint property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_Generic_FloatingPoint. Display name Any floating point number.
| |
| Integer |
The System.Generic.Integer property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Generic_Integer. Display name Any integer number.
| |
| String |
The System.Generic.String property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Generic_String. Display name Any text.
|