OPC Labs Base Library
StringSet Collection Members
Overview 
OpcLabs_BaseLib ActiveX DLL : StringSet Collection
Public Methods
Adds the specified element to a set.

 

DISPID (Dispatch ID):

 

For more information, see Add in .NET Reference.

Removes all elements from a set.

 

DISPID (Dispatch ID):

 

For more information, see Clear in .NET Reference.

Determines whether a set contains the specified element.

 

DISPID (Dispatch ID):

 

For more information, see Contains 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.

Removes all elements in the specified set from the current set.

 

DISPID (Dispatch ID):

 

For more information, see ExceptWith in .NET Reference.

Returns an enumerator that iterates through a set.

 

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.

Modifies the current set to contain only elements that are present in that object and in the specified set.

 

DISPID (Dispatch ID):

 

For more information, see IntersectWith in .NET Reference.

Determines whether a set is a proper subset of the specified set.

 

DISPID (Dispatch ID):

 

For more information, see IsProperSubsetOf in .NET Reference.

Determines whether a set is a proper superset of the specified set.

 

DISPID (Dispatch ID):

 

For more information, see IsProperSupersetOf in .NET Reference.

Determines whether a set is a subset of the specified set.

 

DISPID (Dispatch ID):

 

For more information, see IsSubsetOf in .NET Reference.

Determines whether a set is a superset of the specified set.

 

DISPID (Dispatch ID):

 

For more information, see IsSupersetOf in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see OnDeserialization in .NET Reference.

Determines whether the current set and a specified set share common elements.

 

DISPID (Dispatch ID):

 

For more information, see Overlaps in .NET Reference.

Removes the specified element from a set.

 

DISPID (Dispatch ID):

 

For more information, see Remove in .NET Reference.

Determines whether a set and the specified set contain the same elements.

 

DISPID (Dispatch ID):

 

For more information, see SetEquals in .NET Reference.

Modifies the current set to contain only elements that are present either in that set or in the specified set, but not both.

 

DISPID (Dispatch ID):

 

For more information, see SymmetricExceptWith in .NET Reference.

Sets the capacity of a StringSet object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value.

 

DISPID (Dispatch ID):

 

For more information, see TrimExcess in .NET Reference.

Modifies the current set to contain all elements that are present in itself, the specified set, or both.

 

DISPID (Dispatch ID):

 

For more information, see UnionWith in .NET Reference.

Public Properties
Gets the number of elements that are contained in a set.

 

DISPID (Dispatch ID):

 

For more information, see Count in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

StringSet Collection