Click or drag to resize

SystemStructuredQueryCustomProperty Class

The System.StructuredQuery.CustomProperty properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemStructuredQueryCustomProperty

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class CustomProperty

The SystemStructuredQueryCustomProperty type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoolean
The System.StructuredQuery.CustomProperty.Boolean property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_StructuredQuery_CustomProperty_Boolean.
Public propertyStatic memberDateTime
The System.StructuredQuery.CustomProperty.DateTime property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_StructuredQuery_CustomProperty_DateTime.
Public propertyStatic memberFloatingPoint
The System.StructuredQuery.CustomProperty.FloatingPoint property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_StructuredQuery_CustomProperty_FloatingPoint.
Public propertyStatic memberInteger
The System.StructuredQuery.CustomProperty.Integer property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_StructuredQuery_CustomProperty_Integer.
Public propertyStatic memberString
The System.StructuredQuery.CustomProperty.String property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_StructuredQuery_CustomProperty_String.
Top
See Also