DesignerActionItem.Properties Property

 

Gets a reference to a collection that can be used to store programmer-defined key/value pairs.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

member Properties : IDictionary with get

Property Value

Type: System.Collections.IDictionary

A collection that implements IDictionary.

The Properties property allows the programmer to store arbitrary data within an item. The standard properties for this class, such as Category and DisplayName, are not stored in this collection.

The type of this property is actually System.Collections.Specialized.HybridDictionary.

.NET Framework
Available since 2.0
Return to top
Show: