共用方式為


TypeCodeOverrideAttribute 類別

定義

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

使用特定的細微性介面識別碼或細微性類別類型程式碼 (例如,以避免雜湊衝突)

適用於