QuickOPC User's Guide and Reference
FileSystemNodeTreePosition Constructor(FileSystemNodeTreePosition,Exception,IFileProvider)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class > FileSystemNodeTreePosition Constructor : FileSystemNodeTreePosition Constructor(FileSystemNodeTreePosition,Exception,IFileProvider)
The parent object in the tree.
The exception encountered during browsing.
The file provider that the tree position will represent.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentPosition As FileSystemNodeTreePosition, _
   ByVal browseException As Exception, _
   ByVal fileProvider As IFileProvider _
)
'Usage
 
Dim parentPosition As FileSystemNodeTreePosition
Dim browseException As Exception
Dim fileProvider As IFileProvider
 
Dim instance As New FileSystemNodeTreePosition(parentPosition, browseException, fileProvider)

Parameters

parentPosition
The parent object in the tree.
browseException
The exception encountered during browsing.
fileProvider
The file provider that the tree position will represent.
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