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!

ICodeElement.Remove

Removes this element from the source file. This is equivalent to the user selecting the element and pressing delete.

[Visual Basic]
Sub Remove()
[C#]
void Remove();
[C++]
void Remove() = 0;
[JScript]
function Remove();

See Also

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