次の方法で共有


RegistrationAttribute.TypeId プロパティ

定義

RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。

public:
 virtual property System::Object ^ TypeId { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ TypeId { Platform::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object

プロパティ値

この属性の現在のインスタンス。

注釈

クラスに適用できるインスタンスをより適切に制御する必要がある場合に、派生クラスを操作GetAttributesできるようにするにはRegistrationAttribute、このプロパティをオーバーライドします。

適用対象