Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Detects the line break type used at the line where EditPoint2 is located (carriage return, line feed, and so on) and will insert Count new lines at the location of the EditPoint2.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub InsertNewLine ( _
Count As Integer _
)
void InsertNewLine(
int Count
)
void InsertNewLine(
[InAttribute] int Count
)
abstract InsertNewLine :
Count:int -> unit
function InsertNewLine(
Count : int
)
Parameters
Count
Type: System.Int32The number of new lines to insert.
.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.