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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
'Usage
Dim instance As ShapeElement 
Dim value As ICollection 

value = instance.TargetToolboxItemFilterAttributes
public virtual ICollection TargetToolboxItemFilterAttributes { get; }
public:
virtual property ICollection^ TargetToolboxItemFilterAttributes {
    ICollection^ get ();
}
public function get TargetToolboxItemFilterAttributes () : ICollection

Property Value

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

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace