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 not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function IVsTextLinesReserved1 ( _
iLine As Integer, _
<OutAttribute> pLineData As LINEDATA(), _
fAttributes As Integer _
) As Integer
public virtual int IVsTextLinesReserved1(
int iLine,
LINEDATA[] pLineData,
int fAttributes
)
public:
virtual int IVsTextLinesReserved1(
[InAttribute] int iLine,
[OutAttribute] array<LINEDATA>^ pLineData,
[InAttribute] int fAttributes
)
abstract IVsTextLinesReserved1 :
iLine:int *
pLineData:LINEDATA[] byref *
fAttributes:int -> int
override IVsTextLinesReserved1 :
iLine:int *
pLineData:LINEDATA[] byref *
fAttributes:int -> int
public 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
Implements
IVsTextLines.IVsTextLinesReserved1(Int32, array<LINEDATA[], 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.