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