OPC Studio User's Guide and Reference
RetrieveResults Method (BrowseDialog)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseDialog Class : RetrieveResults Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Called to retrieve the results from the internal browse nodes form.
Syntax
'Declaration
 
Protected Overridable Sub RetrieveResults( _
   ByVal browseNodesForm As BrowseNodesForm _
) 
'Usage
 
Dim instance As BrowseDialog
Dim browseNodesForm As BrowseNodesForm
 
instance.RetrieveResults(browseNodesForm)
protected virtual void RetrieveResults( 
   BrowseNodesForm browseNodesForm
)
protected:
virtual void RetrieveResults( 
   BrowseNodesForm^ browseNodesForm
) 

Parameters

browseNodesForm

The value of this parameter cannot be null (Nothing in Visual Basic).

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