Click or drag to resize

AssociationElement Class

A class that represent a Windows Shell's ASSOCIATIONELEMENT structure
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreAssociationElement

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class AssociationElement : IEquatable<AssociationElement>

The AssociationElement type exposes the following members.

Constructors
  NameDescription
Public methodAssociationElement
Initializes a new instance of the AssociationElement class.
Top
Properties
  NameDescription
Public propertyClass
Gets the association element class.
Public propertyType
Gets the association element type.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the == operator.
Public operatorStatic memberInequality
Implements the != operator.
Top
Fields
  NameDescription
Public fieldStatic memberFolder
The folder association element. Equivalent to Windows Shell's ASSOCCLASS_FOLDER.
Public fieldStatic memberStar
The star (any) association element. Equivalent to Windows Shell's ASSOCCLASS_STAR.
Top
See Also