Condividi tramite


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Dichiarazione
Public Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
    Get
public virtual ICollection TargetToolboxItemFilterAttributes { get; }
public:
virtual property ICollection^ TargetToolboxItemFilterAttributes {
    ICollection^ get ();
}
abstract TargetToolboxItemFilterAttributes : ICollection
override TargetToolboxItemFilterAttributes : ICollection
function get TargetToolboxItemFilterAttributes () : ICollection

Property Value

Type: System.Collections.ICollection
A collection of attributes that determine which items are enabled or disabled in the Toolbox.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace