ShapeElement.TargetToolboxItemFilterAttributes Property

Gets a collection of attributes that determine which items are enabled or disabled in the Toolbox.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
public virtual ICollection TargetToolboxItemFilterAttributes { get; }
public:
virtual property ICollection^ TargetToolboxItemFilterAttributes {
    ICollection^ get ();
}
abstract TargetToolboxItemFilterAttributes : ICollection with get 
override TargetToolboxItemFilterAttributes : ICollection with get
function get TargetToolboxItemFilterAttributes () : ICollection

Property Value

Type: ICollection
A collection of attributes that determine which items are enabled or disabled in the Toolbox.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace