Version SettingsUnique Id Property
This read-only property returns a unique ID for the item
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
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.
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public int UniqueId { get; }VB
Public ReadOnly Property UniqueId As Integer
GetC++
public:
property int UniqueId {
int get ();
}F#
member UniqueId : int with getProperty Value
Int32Returns 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.