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
String
Type: System.StringThe string.
StartLine
Type: System.Int32The line from which to start.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.