'Declaration
<CanBeNullAttribute()> Public MustOverride Function GetValue( _ ByVal dataType As Type _ ) As Object
'Usage
Dim instance As AbstractLinkingTarget Dim dataType As Type Dim value As Object value = instance.GetValue(dataType)
Parameters
- dataType
- The data type of the value.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
A value obtained from the linking target.
This method can return null
(Nothing
in Visual Basic).