QuickOPC User's Guide and Reference
ValueTarget Constructor(IComponent,String,IExtenderProvider)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > ValueTarget Class > ValueTarget Constructor : ValueTarget Constructor(IComponent,String,IExtenderProvider)
The component that is the target of the value.
Path to a member (typically, a property) on the target component.
The extender provider that enhances the target component with the property.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal targetComponent As IComponent, _
   ByVal targetPath As String, _
   ByVal extenderProvider As IExtenderProvider _
)
'Usage
 
Dim targetComponent As IComponent
Dim targetPath As String
Dim extenderProvider As IExtenderProvider
 
Dim instance As New ValueTarget(targetComponent, targetPath, extenderProvider)

Parameters

targetComponent
The component that is the target of the value.
targetPath
Path to a member (typically, a property) on the target component.
extenderProvider
The extender provider that enhances the target component with the property.
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