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。

适用于