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

Finds the data member in the class that has the specified name, type, and modifiers.

Overload List

Finds the data member in the class with the specified name.

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

Finds the data member in the class that has the specified name, type, and modifiers.

[Visual Basic] Overloads Function FindDataMember(String, ICodeClass, Integer) As ICodeDataMember
[C#] ICodeDataMember FindDataMember(String, ICodeClass, int);
[C++] ICodeDataMember* FindDataMember(String*, ICodeClass, int) = 0;
[JScript] function FindDataMember(String, ICodeClass, int) : ICodeDataMember;

See Also

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