'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create( _ ByVal valueTarget As ValueTarget _ ) As LinkingTarget
'Usage
Dim valueTarget As ValueTarget Dim value As LinkingTarget value = LinkingTarget.Create(valueTarget)
[NotNull()] public static LinkingTarget Create( ValueTarget valueTarget )
[NotNull()] public: static LinkingTarget^ Create( ValueTarget^ valueTarget )
Parameters
- valueTarget
- The value target.
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).