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

public:
property ICollection^ TargetToolboxItemFilterAttributes {
	virtual ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

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

Return to top
Show: