Partilhar via


Método TextBuffer.AddFromFile

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TextBuffer Interface

Namespace EnvDTE