AttachedPropertyBrowsableForTypeAttribute.TypeId プロパティ

定義

このAttachedPropertyBrowsableForTypeAttribute .NET 属性の一意の型識別子を取得します。

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

プロパティ値

AttachedPropertyBrowsableForTypeAttributeの一意識別子であるオブジェクト。

注釈

この実装では、.NET属性ごとに一意の値が返されます。これは、この.NET属性で複数の使用が許可されるため、必要です。

適用対象