ToolboxItemFilterAttribute.TypeId Property

Definition

Gets the type ID for the attribute.

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

Property Value

The type ID for this attribute. All ToolboxItemFilterAttribute objects with the same filter string return the same type ID.

Applies to