Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision.ViDiEL.Implementation DictionaryOfStringCollectionPtr
Namespace: Cognex.Vision.ViDiEL.Implementation
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax
public abstract class DictionaryOfStringCollectionPtr : ChangedEventShareableBase, IReadOnlyDictionary, IReadOnlyDictionary, IEnumerable<KeyValuePair<string, StringCollection>>, IEnumerable, IReadOnlyCollection, IDictionary, IDictionary<string, StringCollection>, ICollection<KeyValuePair<string, StringCollection>>, IDictionaryEvents
The DictionaryOfStringCollectionPtr type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DictionaryOfStringCollectionPtr |
Methods
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two DictionaryOfStringCollectionPtr objects. | |
| Inequality | Compares the inequality of two DictionaryOfStringCollectionPtr objects. |
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| IsReadOnly | Get whether or not this collection is read-only. | |
| Item | ||
| Keys | ||
| Values |
Events
| Name | Description | |
|---|---|---|
| Changed | The actual event. | |
| Cleared | Raised after the collection is cleared. | |
| Clearing | Raised before the collection is cleared. | |
| InsertedItem | Raised after an item is inserted. | |
| InsertingItem | Raised before an item is inserted. | |
| RemovedItem | Raised after an item is removed. | |
| RemovingItem | Raised before an item is removed. | |
| ReplacedItem | Raised after an item is replaced. | |
| ReplacingItem | Raised before an item is replaced. |
See Also