OPC Studio User's Guide and Reference
_DataFieldCollection Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace : _DataFieldCollection Interface
Exposes OpcLabs.BaseLib.DataTypeModel.DataFieldCollection to COM clients.

This interface represents a keyed collection, where the keys are of type System.String and the values are of type OpcLabs.BaseLib.DataTypeModel.DataField.

Object Model
_DataFieldCollection InterfaceDataField Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("1C208821-40A2-4B5A-838B-C5B9BACC47A0")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _DataFieldCollection 
'Usage
 
Dim instance As _DataFieldCollection
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("1C208821-40A2-4B5A-838B-C5B9BACC47A0")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _DataFieldCollection 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("1C208821-40A2-4B5A-838B-C5B9BACC47A0")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _DataFieldCollection 
Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also