Shows the text in the file and moves the caret to the given positon.
[Visual Basic] Overloads Sub ShowText( _ ByVal caretPosition As Integer _ ) [C#] void ShowText( int caretPosition ); [C++] void ShowText( int caretPosition ) = 0; [JScript] function ShowText( caretPosition : int );
This will do nothing if it was unable to show the file.
ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile.ShowText Overload List