ModelingDocView.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.
Returns a collection of filter attributes for this DocView. These attributes are used to determine items that are enabled/disabled in the toolbox.
protected:
virtual property System::Collections::ICollection ^ TargetToolboxItemFilterAttributes { System::Collections::ICollection ^ get(); };
protected virtual System.Collections.ICollection TargetToolboxItemFilterAttributes { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TargetToolboxItemFilterAttributes : System.Collections.ICollection
Protected Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
Property Value
- Attributes