TextBuffer.AddFromFile (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
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

  • StartLine
    Tipo: System.Int32
    Línea en la que se va a comenzar.

Seguridad de .NET Framework

Vea también

Referencia

TextBuffer Interfaz

EnvDTE (Espacio de nombres)