Chili.Opf3 Send comments on this topic.
GetIdentifierMemberMappings Method
See Also 
Chili.Opf3.Mapping Namespace > IMemberInfoCollection Interface : GetIdentifierMemberMappings Method




Returns a list that contains the member mappings for the identifier member of the type.

Syntax

Visual Basic (Declaration) 
Overridable Function GetIdentifierMemberMappings() As IIdentifierMemberInfoCollection
Visual Basic (Usage)Copy Code
Dim instance As IMemberInfoCollection
Dim value As IIdentifierMemberInfoCollection
 
value = instance.GetIdentifierMemberMappings()
C# 
virtual IIdentifierMemberInfoCollection GetIdentifierMemberMappings()
Managed Extensions for C++ 
virtual IIdentifierMemberInfoCollection* GetIdentifierMemberMappings(); 
C++/CLI 
virtual IIdentifierMemberInfoCollection^ GetIdentifierMemberMappings(); 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also