ShapeElement.TargetToolboxItemFilterAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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