Click or drag to resize

ShellItemAssociationElementList Property

Gets the association element list of this item.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual ISet<AssociationElement> AssociationElementList { get; }

Property Value

Type: ISetAssociationElement
The association element list of this item.
See Also