次の方法で共有


TypeCodeOverrideAttribute クラス

定義

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 またはグレイン クラス型コードを使用します (ハッシュの競合を回避する場合など)

適用対象