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 ()

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();

Remarks

This method will do nothing if it was unable to show the file.

See Also

ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile.ShowText Overload List