OPC Studio User's Guide and Reference
_UADiscoveryElementCollection Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery.ComTypes Namespace : _UADiscoveryElementCollection Interface
Exposes OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElementCollection to COM clients.

This interface represents a keyed collection, where the keys are of type System.String and the values are of type OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElement.

Object Model
_UADiscoveryElementCollection InterfaceUADiscoveryElement Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("77CE0F30-375B-4F26-A772-DB53BDEE0C60")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _UADiscoveryElementCollection 
'Usage
 
Dim instance As _UADiscoveryElementCollection
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("77CE0F30-375B-4F26-A772-DB53BDEE0C60")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _UADiscoveryElementCollection 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("77CE0F30-375B-4F26-A772-DB53BDEE0C60")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _UADiscoveryElementCollection 
Remarks

See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC.

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