Click or drag to resize

SystemAppContract Class

The System.AppContract properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemAppContract

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

The SystemAppContract type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCategory
The System.AppContract.Category property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_AppContract_Category.
Public propertyStatic memberHidden
The System.AppContract.Hidden property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_AppContract_Hidden.
Public propertyStatic memberPinned
The System.AppContract.Pinned property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_AppContract_Pinned.
Public propertyStatic memberPinnedOrder
The System.AppContract.PinnedOrder property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_AppContract_PinnedOrder.
Public propertyStatic memberRelevance
The System.AppContract.Relevance property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_AppContract_Relevance.
Public propertyStatic memberSupportedFileTypes
The System.AppContract.SupportedFileTypes property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_AppContract_SupportedFileTypes.
Top
See Also