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.FindAllDataMembers

Finds all data members of the class.

[Visual Basic]
Function FindAllDataMembers() As ICodeDataMember ()
[C#]
ICodeDataMember[] FindAllDataMembers();
[C++]
ICodeDataMember* FindAllDataMembers() [] = 0;
[JScript]
function FindAllDataMembers() : ICodeDataMember[];

Return Value

An array of type ICodeDataMember representing all of the data members in the class. If no matching data member is found, a null reference (in Visual Basic Nothing) is returned.

See Also

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