OPC Studio 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.

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

Path to a member (typically, a property) on the target component.

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

The extender provider that enhances the target component with the property.

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

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.

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

targetPath
Path to a member (typically, a property) on the target component.

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

extenderProvider
The extender provider that enhances the target component with the property.

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