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

 

ProgId: OpcLabs.BaseLib.Collections.Specialized.Int32Collection
CLSID (Class ID): 71d3fe66-30dd-43c6-ae04-eaf0513fe3c6
Default interface: OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection
Event source interface:

 

For more information, see Int32Collection and OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection in .NET Reference.

Remarks

For remarks, see Int32Collection and OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection in .NET Reference.

Object creation

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

 

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): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see Int32Collection in .NET Reference.

See Also

Int32Collection Members