TypeCodeOverrideAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
TypeCodeOverrideAttribute 属性允许指定粒度接口 ID 或粒度类类型代码来替代默认类型代码,以避免哈希冲突
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class TypeCodeOverrideAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type TypeCodeOverrideAttribute = class
inherit Attribute
Public NotInheritable Class TypeCodeOverrideAttribute
Inherits Attribute
- 继承
-
TypeCodeOverrideAttribute
- 属性
构造函数
TypeCodeOverrideAttribute(Int32) |
TypeCodeOverrideAttribute 属性允许指定粒度接口 ID 或粒度类类型代码来替代默认类型代码,以避免哈希冲突 |
属性
TypeCode |
使用特定的粒度接口 ID 或粒度类类型代码 (,例如避免哈希冲突) |