Diagram.TargetToolboxItemFilterAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Diagrams return the collection of ToolboxItemFilterAttributes applied to the diagram's type.
public:
virtual property System::Collections::ICollection ^ TargetToolboxItemFilterAttributes { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection TargetToolboxItemFilterAttributes { get; }
member this.TargetToolboxItemFilterAttributes : System.Collections.ICollection
Public Overrides ReadOnly Property TargetToolboxItemFilterAttributes As ICollection