NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeClass.GetMembers

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;

Return Value

An ICodeMembers object representing the collection of members that the class contains.

See Also

ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace | ICodeMembers