'DeclarationPublic Function New( _ ByVal targetComponent As IComponent, _ ByVal targetPath As String, _ ByVal extenderProvider As IExtenderProvider _ )
'UsageDim targetComponent As IComponent Dim targetPath As String Dim extenderProvider As IExtenderProvider Dim instance As New ValueTarget(targetComponent, targetPath, extenderProvider)
public ValueTarget( IComponent targetComponent, string targetPath, IExtenderProvider extenderProvider )
public: ValueTarget( IComponent^ targetComponent, String^ targetPath, IExtenderProvider^ 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.