Click or drag to resize

SystemStructuredQuery Class

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

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

The SystemStructuredQuery type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAfter
The System.StructuredQuery.After property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_StructuredQuery_After.
Public propertyStatic memberBefore
The System.StructuredQuery.Before property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_StructuredQuery_Before.
Public propertyStatic memberFile
The System.StructuredQuery.File property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_StructuredQuery_File. Display name File.
Public propertyStatic memberHas
The System.StructuredQuery.Has property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_StructuredQuery_Has. Display name Has.
Public propertyStatic memberIs
The System.StructuredQuery.Is property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_StructuredQuery_Is. Display name Is.
Public propertyStatic memberNull
The System.StructuredQuery.Null property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_StructuredQuery_Null.
Top
See Also