OPC Labs EasyOPC-UA Library
EasyUAMonitoredItemArgumentsDictionary Collection Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUAMonitoredItemArgumentsDictionary Collection
Public Methods
Adds an element with the provided key and value to the dictionary.

 

DISPID (Dispatch ID):

 

For more information, see Add in .NET Reference.

Removes all elements from the collection.

 

DISPID (Dispatch ID):

 

For more information, see Clear in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see Contains in .NET Reference.

Determines whether the dictionary contains an element with the specified key.

 

DISPID (Dispatch ID):

 

For more information, see ContainsKey in .NET Reference.

Determines whether the dictionary contains a specific value.

 

DISPID (Dispatch ID):

 

For more information, see ContainsValue in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see CopyTo in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns an enumerator that iterates through a collection.

 

DISPID (Dispatch ID):

 

For more information, see GetEnumerator in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see OnDeserialization in .NET Reference.

Removes the element with the specified key from the collection.

 

DISPID (Dispatch ID):

 

For more information, see Remove in .NET Reference.

Gets the value associated with the specified key.

 

DISPID (Dispatch ID):

 

For more information, see TryGetValue in .NET Reference.

Public Properties
Gets the number of elements actually contained in the collection.

 

DISPID (Dispatch ID):

 

For more information, see Count in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see IsFixedSize in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see IsReadOnly in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see IsSynchronized in .NET Reference.

Gets or sets the element with the specified key.

 

DISPID (Dispatch ID):

 

For more information, see Item in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see Keys in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see SyncRoot in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see Values in .NET Reference.

See Also

EasyUAMonitoredItemArgumentsDictionary Collection