DiagramDocView.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.
Override to add in filter attributes on the current diagram.
protected:
virtual property System::Collections::ICollection ^ TargetToolboxItemFilterAttributes { System::Collections::ICollection ^ get(); };
protected override System.Collections.ICollection TargetToolboxItemFilterAttributes { get; }
member this.TargetToolboxItemFilterAttributes : System.Collections.ICollection
Protected Overrides ReadOnly Property TargetToolboxItemFilterAttributes As ICollection