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!

ICodeMembers.Add

Adds a new member to the collection.

[Visual Basic]
Sub Add( _
   ByVal item As ICodeMember _
)
[C#]
void Add(
   ICodeMember item
);
[C++]
void Add(
   ICodeMember* item
) = 0;
[JScript]
function Add(
   item : ICodeMember
);

Parameters

item
The member to add to the collection.

See Also

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