'Declaration
<NotNullAttribute()> Protected Overridable Function NewLinkingTarget( _ ByVal valueTarget As ValueTarget _ ) As LinkingTarget
'Usage
Dim instance As AbstractBinding Dim valueTarget As ValueTarget Dim value As LinkingTarget value = instance.NewLinkingTarget(valueTarget)
[NotNull()] protected virtual LinkingTarget NewLinkingTarget( ValueTarget valueTarget )
[NotNull()] protected: virtual LinkingTarget^ NewLinkingTarget( ValueTarget^ valueTarget )
Parameters
- valueTarget
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
The linking target that corresponds to a given value target.
This method never returns null
(Nothing
in Visual Basic).