ShapeElement.TargetToolboxItemFilterAttributes Property

Definition

Returns a collection of ToolboxItemFilterAttribute objects for this shape. These attributes are used to determine items that are enabled/disabled in the toolbox. The collection returned here becomes part of the collection that toolbox items must match in order to be enabled. To define the collection that is part of the toolbox item itself, apply ToolboxItemFilterAttribute(s) to the ModelElement that represents the toolbox item.

public:
 virtual property System::Collections::ICollection ^ TargetToolboxItemFilterAttributes { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection TargetToolboxItemFilterAttributes { get; }
member this.TargetToolboxItemFilterAttributes : System.Collections.ICollection
Public Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection

Property Value

Applies to