ToolboxItemFilterAttribute.TypeId プロパティ

定義

属性の型 ID を取得します。

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

プロパティ値

属性の型 ID。 同じフィルター文字列を持つすべての ToolboxItemFilterAttribute オブジェクトは、同じ型 ID を返します。

適用対象