OPC Labs EasyOPC-UA Library
UAFieldMetaDataCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAFieldMetaDataCollection Collection
Description
A collection of OPC-UA field metadata.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection
CLSID (Class ID): 56f0d16d-8b4f-433b-95d4-baf9d8cfd30b
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAFieldMetaDataCollection
Event source interface:

 

For more information, see UAFieldMetaDataCollection and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAFieldMetaDataCollection in .NET Reference.

Object Model

UAFieldMetaDataCollection CollectionUAFieldMetaData ObjectUAKeyValueDictionary CollectionUANodeId Object

Remarks

For remarks, see UAFieldMetaDataCollection and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAFieldMetaDataCollection in .NET Reference.

Object creation

_UAFieldMetaDataCollectionPtr UAFieldMetaDataCollectionPtr(__uuidof(UAFieldMetaDataCollection));
UAFieldMetaDataCollection := CoUAFieldMetaDataCollection.Create;
var UAFieldMetaDataCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection");
UAFieldMetaDataCollection := CoUAFieldMetaDataCollection.Create;
$UAFieldMetaDataCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection");
$UAFieldMetaDataCollection = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection");
OLEObject UAFieldMetaDataCollection
UAFieldMetaDataCollection = CREATE OLEObject
UAFieldMetaDataCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection")
UAFieldMetaDataCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection')
Dim UAFieldMetaDataCollection As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection")
Dim UAFieldMetaDataCollection As New UAFieldMetaDataCollection
UAFieldMetaDataCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection")
Dim UAFieldMetaDataCollection As New UAFieldMetaDataCollection
Dim UAFieldMetaDataCollection: Set UAFieldMetaDataCollection = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection")
UAFieldMetaDataCollection := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAFieldMetaDataCollection")
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): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see UAFieldMetaDataCollection in .NET Reference.

See Also

UAFieldMetaDataCollection Members