VersionSettingsUniqueId Property

This read-only property returns a unique ID for the item

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public int UniqueId { get; }

Property Value

Int32
Returns a hash code of the framework label and version. This is used rather than overriding GetHashCode as the WPF list box relies on an immutable hash value to track elements. Editing the framework and version values in an existing instance caused it to throw duplicate key errors.

See Also