VersionSettingsUniqueId Property
This read-only property returns a unique ID for the item
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public int UniqueId { get; }
Public ReadOnly Property UniqueId As Integer
Get
public:
property int UniqueId {
int get ();
}
member UniqueId : int with get
Property 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.