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 _
)
void AddFromString(
    string String,
    int StartLine
)
void AddFromString(
    [InAttribute] String^ String, 
    [InAttribute] int StartLine
)
abstract AddFromString : 
        String:string * 
        StartLine:int -> unit 
function AddFromString(
    String : String, 
    StartLine : int
)

Parameters

  • StartLine
    Type: System.Int32
    The line from which to start.

.NET Framework Security

See Also

Reference

TextBuffer Interface

EnvDTE Namespace