TextBuffer::AddFromString 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 AddFromString(
	String^ String,
	int StartLine = 1
)

Parameters

String
Type: System::String^

The string.

StartLine
Type: System::Int32

The line from which to start.

Return to top
Show: