OPC Labs Base Library
DataFieldCollection Collection
Members 
OpcLabs_BaseLib ActiveX DLL : DataFieldCollection Collection
Description
A collection of data fields.

 

ProgId: OpcLabs.BaseLib.DataTypeModel.DataFieldCollection
CLSID (Class ID): f8a156f4-3d07-466d-b1ef-ab93cb0a5b2c
Default interface: OpcLabs.BaseLib.DataTypeModel.ComTypes._DataFieldCollection
Event source interface:

 

For more information, see DataFieldCollection and OpcLabs.BaseLib.DataTypeModel.ComTypes._DataFieldCollection in .NET Reference.

Object Model

DataFieldCollection CollectionDataField ObjectDataType Object

Remarks

For remarks, see DataFieldCollection and OpcLabs.BaseLib.DataTypeModel.ComTypes._DataFieldCollection in .NET Reference.

Object creation

_DataFieldCollectionPtr DataFieldCollectionPtr(__uuidof(DataFieldCollection));
DataFieldCollection := CoDataFieldCollection.Create;
var DataFieldCollection = new ActiveXObject("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection");
DataFieldCollection := CoDataFieldCollection.Create;
$DataFieldCollection = Win32::OLE->new("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection");
$DataFieldCollection = new COM("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection");
OLEObject DataFieldCollection
DataFieldCollection = CREATE OLEObject
DataFieldCollection.ConnectToNewObject("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection")
DataFieldCollection = win32com.client.Dispatch('OpcLabs.BaseLib.DataTypeModel.DataFieldCollection')
Dim DataFieldCollection As New OleObject ("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection")
Dim DataFieldCollection As New DataFieldCollection
DataFieldCollection = CREATEOBJECT("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection")
Dim DataFieldCollection As New DataFieldCollection
Dim DataFieldCollection: Set DataFieldCollection = CreateObject("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection")
DataFieldCollection := CreateObject("OpcLabs.BaseLib.DataTypeModel.DataFieldCollection")
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 DataFieldCollection in .NET Reference.

See Also

DataFieldCollection Members