Initializes a new instance of the class, with given point, and read, write and subscribe parameters.
Syntax
'Declaration
Public Function New( _
ByVal As Object, _
ByVal As Object, _
ByVal As Object, _
ByVal As Object _
)
'Usage
Dim point As Object
Dim readParameters As Object
Dim writeParameters As Object
Dim subscribeParameters As Object
Dim instance As New PointBinding(point, readParameters, writeParameters, subscribeParameters)
Parameters
- point
- The point involved in the operation.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
- readParameters
- The read parameters.
The value of this parameter can be null
(Nothing
in Visual Basic).
- writeParameters
- The write parameters
The value of this parameter can be null
(Nothing
in Visual Basic).
- subscribeParameters
- The subscribe parameters
The value of this parameter can 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