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