'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Protected Overridable Function GetMetaValue( _ ByVal metaName As String, _ ByVal targetObject As Object, _ ByVal mappingContext As AbstractMappingContext, _ ByVal mapper As AbstractMapper _ ) As Object
'UsageDim instance As AbstractMappingProvider Dim metaName As String Dim targetObject As Object Dim mappingContext As AbstractMappingContext Dim mapper As AbstractMapper Dim value As Object value = instance.GetMetaValue(metaName, targetObject, mappingContext, mapper)
[JetBrains.Annotations.CanBeNull()] protected virtual object GetMetaValue( string metaName, object targetObject, AbstractMappingContext mappingContext, AbstractMapper mapper )
[JetBrains.Annotations.CanBeNull()] protected: virtual Object^ GetMetaValue( String^ metaName, Object^ targetObject, AbstractMappingContext^ mappingContext, AbstractMapper^ mapper )
Parameters
- metaName
 - The name of the meta-member.
The value of this parameter cannot be
null(Nothingin Visual Basic). - targetObject
 - The target object.
The value of this parameter cannot be
null(Nothingin Visual Basic). - mappingContext
 - The mapping context.
The value of this parameter cannot be
null(Nothingin Visual Basic). - mapper
 - The current mapper.
The value of this parameter cannot be
null(Nothingin Visual Basic). 
Return Value
This method can return null (Nothing in Visual Basic).