EditPoint2::InsertFromFile Method (String^)

 

Inserts the contents of the specified file at the current location in the buffer.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

void InsertFromFile(
	String^ File
)

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.

No code example is currently available or this language may not be supported.
Return to top
Show: