IReadOnlyId {Microsoft.VisualBasic.ComponentModel.Collection.Generic} | .NET clr documentation |
与INamedValue所不同的是,这个对象的标识属性是只读的.
# namespace Microsoft.VisualBasic.ComponentModel.Collection.Generic
export class IReadOnlyId {
# The unique identifer in the object collection.
# Unique-Id of the target implements object.
Identity: string;
}