TextSelection::InsertFromFile Method (String^)
Visual Studio 2015
Inserts the contents of the specified file at the current location in the buffer.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- File
-
Type:
System::String^
Required. The name of the file to insert into the text buffer.
The edit point moves past the insertion point. The text is converted to Unicode, which is the internal representation used by text documents.
Show: