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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
public virtual ICollection TargetToolboxItemFilterAttributes { get; }
public:
virtual property ICollection^ TargetToolboxItemFilterAttributes {
ICollection^ get ();
}
abstract TargetToolboxItemFilterAttributes : ICollection with get
override TargetToolboxItemFilterAttributes : ICollection with get
function get TargetToolboxItemFilterAttributes () : ICollection
Property Value
Type: ICollection
A collection of attributes that determine which items are enabled or disabled in the Toolbox.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.