OPC Labs Base Library
StringCollection Collection
Members 
OpcLabs_BaseLib ActiveX DLL : StringCollection Collection
Description
A collection of string elements.

 

ProgId: OpcLabs.BaseLib.Collections.Specialized.StringCollection
CLSID (Class ID): 99713723-403a-49b5-a23b-c9f5c31f239b
Default interface: OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection
Event source interface:

 

For more information, see StringCollection and OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection in .NET Reference.

Remarks

For remarks, see StringCollection and OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection in .NET Reference.

Object creation

_StringCollectionPtr StringCollectionPtr(__uuidof(StringCollection));
StringCollection := CoStringCollection.Create;
var StringCollection = new ActiveXObject("OpcLabs.BaseLib.Collections.Specialized.StringCollection");
StringCollection := CoStringCollection.Create;
$StringCollection = Win32::OLE->new("OpcLabs.BaseLib.Collections.Specialized.StringCollection");
$StringCollection = new COM("OpcLabs.BaseLib.Collections.Specialized.StringCollection");
OLEObject StringCollection
StringCollection = CREATE OLEObject
StringCollection.ConnectToNewObject("OpcLabs.BaseLib.Collections.Specialized.StringCollection")
StringCollection = win32com.client.Dispatch('OpcLabs.BaseLib.Collections.Specialized.StringCollection')
Dim StringCollection As New OleObject ("OpcLabs.BaseLib.Collections.Specialized.StringCollection")
Dim StringCollection As New StringCollection
StringCollection = CREATEOBJECT("OpcLabs.BaseLib.Collections.Specialized.StringCollection")
Dim StringCollection As New StringCollection
Dim StringCollection: Set StringCollection = CreateObject("OpcLabs.BaseLib.Collections.Specialized.StringCollection")
StringCollection := CreateObject("OpcLabs.BaseLib.Collections.Specialized.StringCollection")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 9a604ee7-e630-3ded-9444-baae247075ab

 

For more information, see IFormattable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see StringCollection in .NET Reference.

See Also

StringCollection Members