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

'宣言
Public Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
'使用
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.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace