TextBuffer.AddFromFile 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 AddFromFile ( _
    FileName As String, _
    StartLine As Integer _
)
void AddFromFile(
    string FileName,
    int StartLine
)
void AddFromFile(
    [InAttribute] String^ FileName, 
    [InAttribute] int StartLine
)
abstract AddFromFile : 
        FileName:string * 
        StartLine:int -> unit 
function AddFromFile(
    FileName : String, 
    StartLine : int
)

Parameters

.NET Framework Security

See Also

Reference

TextBuffer Interface

EnvDTE Namespace