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

Causes this element to be displayed in the text editor window. This will also move the caret to the correct location in this element.

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

See Also

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