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

Sets the member items to those specified. The current set of members are replaced.

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

Parameters

value
The new array of members.

Remarks

This clears the members and replaces the set with the specified set.

See Also

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