Diagram::TargetToolboxItemFilterAttributes Property

 

Gets the collection of filter attributes for the toolbox that is assigned to the diagram.

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() override;
}

Property Value

Type: System.Collections::ICollection^

The collection of filter attributes.

Return to top
Show: