DictionaryOfStringCollectionPtr ClassCognex VisionPro 9.21 SR1
Inheritance Hierarchy

System Object
  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.21.1.1
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

  NameDescription
Protected methodDictionaryOfStringCollectionPtr
Top
Methods

  NameDescription
Public methodAdd(KeyValuePair String, StringCollection )
Public methodAdd(String, StringCollection)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodEquals
Compares the equality of this object with another.
(Overrides ChangedEventShareableBase Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ChangedEventShareableBase GetHashCode .)
Public methodGetItemByKey
Get the item at the specified index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta
Get the description of the object type.
(Overrides ShareableBase GetTypeMeta .)
Public methodKey
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(KeyValuePair String, StringCollection )
Public methodRemove(String)
Public methodResumeAndRaiseChangedEvent (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodsetItem
Public methodSuspendChangedEvent (Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString
Converts this object to a string representation.
(Overrides Object ToString .)
Public methodTryGetByIndex
Public methodTryGetValue
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two DictionaryOfStringCollectionPtr objects.
Public operatorStatic memberInequality
Compares the inequality of two DictionaryOfStringCollectionPtr objects.
Top
Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCount

Get the number of elements contained in this collection.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyIsReadOnly

Get whether or not this collection is read-only.

Public propertyItem
Public propertyKeys
Public propertyValues
Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides ChangedEventShareableBase Changed.)
Public eventCleared

Raised after the collection is cleared.

Public eventClearing

Raised before the collection is cleared.

Public eventInsertedItem

Raised after an item is inserted.

Public eventInsertingItem

Raised before an item is inserted.

Public eventRemovedItem

Raised after an item is removed.

Public eventRemovingItem

Raised before an item is removed.

Public eventReplacedItem

Raised after an item is replaced.

Public eventReplacingItem

Raised before an item is replaced.

Top
See Also