TextBuffer::AddFromFile Method (String^, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

void AddFromFile(
	String^ FileName,
	int StartLine = 1
)

Parameters

FileName
Type: System::String^

The name of the file.

StartLine
Type: System::Int32

The line at which to start.

Return to top
Show: