[To be supplied.]
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);
ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace