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.
Method information is not provided. Do not use.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function IVsTextLinesReserved1 ( _
iLine As Integer, _
<OutAttribute> pLineData As LINEDATA(), _
fAttributes As Integer _
) As Integer
int IVsTextLinesReserved1(
int iLine,
LINEDATA[] pLineData,
int fAttributes
)
int IVsTextLinesReserved1(
[InAttribute] int iLine,
[OutAttribute] array<LINEDATA>^ pLineData,
[InAttribute] int fAttributes
)
abstract IVsTextLinesReserved1 :
iLine:int *
pLineData:LINEDATA[] byref *
fAttributes:int -> int
function IVsTextLinesReserved1(
iLine : int,
pLineData : LINEDATA[],
fAttributes : int
) : int
Parameters
iLine
Type: System.Int32Do not use.
pLineData
Type: array<Microsoft.VisualStudio.TextManager.Interop.LINEDATA[]Do not use.
fAttributes
Type: System.Int32Do not use.
Return Value
Type: System.Int32
.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.