OPC Labs EasyOPC-UA Library
UADiscoveryElementCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UADiscoveryElementCollection Collection
Description
A collection of application elements (typically servers).

 

ProgId: OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection
CLSID (Class ID): 73413b41-5fc2-483d-8d07-432a14b169b9
Default interface: OpcLabs.EasyOpc.UA.Discovery.ComTypes._UADiscoveryElementCollection
Event source interface:

 

For more information, see UADiscoveryElementCollection and OpcLabs.EasyOpc.UA.Discovery.ComTypes._UADiscoveryElementCollection in .NET Reference.

Object Model

UADiscoveryElementCollection CollectionUADiscoveryElement ObjectStringCollection CollectionUAEndpointSelectionPolicy ObjectStringCollection CollectionStringSet CollectionPkiCertificate ObjectUAEndpointDescriptor Object

Remarks

For remarks, see UADiscoveryElementCollection and OpcLabs.EasyOpc.UA.Discovery.ComTypes._UADiscoveryElementCollection in .NET Reference.

Object creation

_UADiscoveryElementCollectionPtr UADiscoveryElementCollectionPtr(__uuidof(UADiscoveryElementCollection));
UADiscoveryElementCollection := CoUADiscoveryElementCollection.Create;
var UADiscoveryElementCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection");
UADiscoveryElementCollection := CoUADiscoveryElementCollection.Create;
$UADiscoveryElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection");
$UADiscoveryElementCollection = new COM("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection");
OLEObject UADiscoveryElementCollection
UADiscoveryElementCollection = CREATE OLEObject
UADiscoveryElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection")
UADiscoveryElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection')
Dim UADiscoveryElementCollection As New OleObject ("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection")
Dim UADiscoveryElementCollection As New UADiscoveryElementCollection
UADiscoveryElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection")
Dim UADiscoveryElementCollection As New UADiscoveryElementCollection
Dim UADiscoveryElementCollection: Set UADiscoveryElementCollection = CreateObject("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection")
UADiscoveryElementCollection := CreateObject("OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection")
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 UADiscoveryElementCollection in .NET Reference.

See Also

UADiscoveryElementCollection Members