'Declaration
<CanBeNullAttribute()> Public Shadows Function GetTypeMappingDefinition( _ ByVal type As Type _ ) As UATypeMappingDefinition
'Usage
Dim instance As UAMappingProvider Dim type As Type Dim value As UATypeMappingDefinition value = instance.GetTypeMappingDefinition(type)
[CanBeNull()] public new UATypeMappingDefinition GetTypeMappingDefinition( Type type )
[CanBeNull()] public: new UATypeMappingDefinition^ GetTypeMappingDefinition( Type^ type )
Parameters
- type
- The type for which the type mapping definition should be obtained.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
The existing or newly loaded type mapping definition;
null
if the type is not for mapping.
This method can return null
(Nothing
in Visual Basic).