OPC Labs EasyOPC Forms
UAEndpointDialog Object
Members 
OpcLabs_EasyOpcForms ActiveX DLL : UAEndpointDialog Object
Description
Displays a dialog box from which the user can select an OPC-UA server endpoint.

 

ProgId: OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog
CLSID (Class ID): e4858b41-dfe7-4a53-a875-3f0865fc23f4
Default interface: OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UAEndpointDialog
Event source interface:

 

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

Object Model

UAEndpointDialog ObjectEasyUAClientSelector ObjectEasyUAInstanceParameters ObjectEasyUAAdaptableParameters ObjectUADiscoveryElement ObjectStringCollection CollectionUAEndpointSelectionPolicy ObjectStringCollection CollectionStringSet CollectionPkiCertificate ObjectUAEndpointDescriptor ObjectUAEndpointDescriptor ObjectUACertificateAcceptancePolicy ObjectUAEndpointSelectionPolicy ObjectNetworkSecurity ObjectPkiCertificate ObjectUserIdentity Object

Remarks

For remarks, see UAEndpointDialog and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UAEndpointDialog in .NET Reference.

Object creation

_UAEndpointDialogPtr UAEndpointDialogPtr(__uuidof(UAEndpointDialog));
UAEndpointDialog := CoUAEndpointDialog.Create;
var UAEndpointDialog = new ActiveXObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog");
UAEndpointDialog := CoUAEndpointDialog.Create;
$UAEndpointDialog = Win32::OLE->new("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog");
$UAEndpointDialog = new COM("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog");
OLEObject UAEndpointDialog
UAEndpointDialog = CREATE OLEObject
UAEndpointDialog.ConnectToNewObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog")
UAEndpointDialog = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog')
Dim UAEndpointDialog As New OleObject ("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog")
Dim UAEndpointDialog As New UAEndpointDialog
UAEndpointDialog = CREATEOBJECT("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog")
Dim UAEndpointDialog As New UAEndpointDialog
Dim UAEndpointDialog: Set UAEndpointDialog = CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog")
UAEndpointDialog := CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UAEndpointDialog")
Interfaces
InterfaceDescription
Internal.

 

IID (Interface ID): 3dba1256-f61e-4a70-b54c-6b5d37aab4dd

 

For more information, see _FormCommonDialog in .NET Reference.

 
Internal.

 

IID (Interface ID): 2d1a7708-b1e5-41a5-963f-8e7afbcc6e86

 

For more information, see _SizableCommonDialog in .NET Reference.

 

IID (Interface ID): b86e59f2-f1e2-389d-b5f1-c55307c8106e

 

For more information, see IComponent in .NET Reference.

 

IID (Interface ID): 805d7a98-d4af-3f0f-967f-e5cf45312d2c

 

For more information, see IDisposable in .NET Reference.

A dialog for OPC-UA.

 

IID (Interface ID): f0500dd4-7228-4834-b1c2-b84a3ccee0cd

 

For more information, see _UADialog in .NET Reference.

Example

For examples, see UAEndpointDialog in .NET Reference.

See Also

UAEndpointDialog Members