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!

ICodeSourceFile.ShowText

[To be supplied.]

Overload List

Shows the text in the file, but doesn't move the caret from its current position.

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

Shows the text in the file and moves the caret to the given positon.

[Visual Basic] Overloads Sub ShowText(Integer)
[C#] void ShowText(int);
[C++] void ShowText(int) = 0;
[JScript] function ShowText(int);

See Also

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