TypeCodeOverrideAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
TypeCodeOverrideAttribute 屬性允許指定細微性介面識別碼或細微性類別類型代碼,以覆寫預設類別程式碼,以避免雜湊衝突
[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 屬性允許指定細微性介面識別碼或細微性類別類型代碼,以覆寫預設類別程式碼,以避免雜湊衝突 |
屬性
TypeCode |
使用特定的細微性介面識別碼或細微性類別類型程式碼 (例如,以避免雜湊衝突) |