OPC Labs Base Library
DictionaryEntry2 Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : DictionaryEntry2 Object
Public Methods
Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Sets the key in the key/value pair.

 

DISPID (Dispatch ID):

 

For more information, see SetKey in .NET Reference.

Sets the value in the key/value pair.

 

DISPID (Dispatch ID):

 

For more information, see SetValue in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Gets or sets the key in the key/value pair.

 

DISPID (Dispatch ID):

 

For more information, see Key in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Gets or sets the value in the key/value pair.

 

DISPID (Dispatch ID):

 

For more information, see Value in .NET Reference.

See Also

DictionaryEntry2 Object