TextBuffer.AddFromString Method

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

Microsoft Internal Use Only.

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

Syntax

'Declaration
Sub AddFromString ( _
    String As String, _
    StartLine As Integer _
)
'Usage
Dim instance As TextBuffer 
Dim String As String 
Dim StartLine As Integer

instance.AddFromString(String, StartLine)
void AddFromString(
    string String,
    int StartLine
)
void AddFromString(
    [InAttribute] String^ String, 
    [InAttribute] int StartLine
)
function AddFromString(
    String : String, 
    StartLine : int
)

Parameters

.NET Framework Security

See Also

Reference

TextBuffer Interface

TextBuffer Members

EnvDTE Namespace