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

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

Parameters

caretPosition
[To be supplied.]

Remarks

This 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