Click or drag to resize

PropertyDescription Class

A utility class that wraps the Windows Property System's IPropertyDescription interface. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class PropertyDescription : IDisposable, 
	IComparable, IComparable<PropertyDescription>, IEquatable<PropertyDescription>

The PropertyDescription type exposes the following members.

Properties
  NameDescription
Public propertyAggregationType
Gets the type of column aggregation.
Public propertyCanonicalName
Gets the case-sensitive name by which a property is known to the system, regardless of its localized name.
Public propertyClrPropertyType
Gets the corresponding CLR type.
Public propertyColumnState
Gets the column state.
Public propertyConditionOperation
Gets the condition operation.
Public propertyConditionType
Gets the condition type.
Public propertyDefaultColumnWidth
Gets the default width of the column.
Public propertyDisplayName
Gets the display name.
Public propertyDisplayType
Gets the display type.
Public propertyEditInvitation
Gets the edit invitation.
Public propertyEnumTypes
Gets the enumerated list
Public propertyGroupingRange
Gets the grouping range.
Public propertyHasSearchInfo
Gets a value indicating whether this instance has search information.
Public propertyName
Gets the name.
Public propertyNamespace
Gets the namespace.
Public propertyPropertyKey
Gets the corresponding property key.
Public propertyPropertyType
Gets the property type.
Public propertyRelativeDescriptionType
Gets the relative description type.
Public propertySearchColumnIndexType
Gets the type of the search column index.
Public propertySearchInfoFlags
Gets search information flags.
Public propertySearchMaxSize
Gets the maximum search size.
Public propertySearchProjectionString
Gets the search projection string.
Public propertySortDescription
Gets the sort description.
Public propertyTypeFlags
Gets the type flags.
Public propertyViewFlags
Gets the view flags.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(PropertyDescription)
Indicates whether the current object is equal to another object of the same type.
Public methodFormatForDisplay
Formats a value for display.
Public methodGetAdditionalSortByAliases
Gets additional sort by aliases properties.
Public methodStatic memberGetClrPropertyType
Gets the CLR type for a given property type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetImageReferenceForValue
Gets the image reference for a given value.
Public methodGetRelatedProperty
Gets a related property.
Public methodGetSortByAlias
Gets the sort by alias property.
Public methodGetSortDescriptionLabel
Gets the sort description label.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTryCoerceToCanonicalValue
Coerces a value to a canonical value.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the == operator.
Public operatorStatic memberInequality
Implements the != operator.
Top
See Also