Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32
Do not use.
- pLineData
Type: array<Microsoft.VisualStudio.TextManager.Interop.LINEDATA[]
Do not use.
- fAttributes
Type: System.Int32
Do 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.