TextBuffer.AddFromFile(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
void AddFromFile(std::wstring const & FileName, int StartLine = 1);
[System.Runtime.InteropServices.DispId(2)]
public void AddFromFile (string FileName, int StartLine = 1);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member AddFromFile : string * int -> unit
Public Sub AddFromFile (FileName As String, Optional StartLine As Integer = 1)
Parameters
- FileName
- String
The name of the file.
- StartLine
- Int32
The line at which to start.
- Attributes