OPC Labs EasyOPC Forms
UABrowseNodeElementCollection Collection
Members 
OpcLabs_EasyOpcForms ActiveX DLL : UABrowseNodeElementCollection Collection
Description
A collection of UABrowseNodeElements.

 

ProgId: OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElementCollection
CLSID (Class ID): dd59b9ad-785e-49e9-a0cb-cb0eca2cef90
Default interface: OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection
Event source interface:

 

For more information, see UABrowseNodeElementCollection and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection in .NET Reference.

Object Model

UABrowseNodeElementCollection CollectionUABrowseNodeElement ObjectUADiscoveryElement ObjectHostElement ObjectUANodeElement Object

Remarks

For remarks, see UABrowseNodeElementCollection and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection in .NET Reference.

Object creation

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

See Also

UABrowseNodeElementCollection Members