Gets the collection of members that the class contains.
[Visual Basic] Function GetMembers() As ICodeMembers [C#] ICodeMembers GetMembers(); [C++] ICodeMembers* GetMembers() = 0; [JScript] function GetMembers() : ICodeMembers;
An ICodeMembers object representing the collection of members that the class contains.
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace | ICodeMembers