'Declaration
Public Overrides NotOverridable Function GetValue( _ ByVal dataType As Type _ ) As Object
'Usage
Dim instance As ExtenderPropertyLinkingTarget Dim dataType As Type Dim value As Object value = instance.GetValue(dataType)
Parameters
- dataType
- The data type of the value.The data type of the value.
Return Value
A value obtained from the linking target.A value obtained from the linking target.