Returns the mapping for a given object.
Syntax
| Visual Basic (Declaration) | |
|---|
Overloads Public Shared Function GetTypeMapping( _
ByVal obj As Object _
) As TypeMapping |
| Visual Basic (Usage) | Copy Code |
|---|
Dim obj As Object
Dim value As TypeMapping
value = TypeMapping.GetTypeMapping(obj)
|
| Managed Extensions for C++ | |
|---|
public: static TypeMapping* GetTypeMapping(
Object* obj
) |
Parameters
- obj
- The object the mapping is returned for.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also