IVsTextLines.IVsTextLinesReserved1 Method
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
'宣言
Function IVsTextLinesReserved1 ( _
iLine As Integer, _
<OutAttribute> pLineData As LINEDATA(), _
fAttributes As Integer _
) As Integer
'使用
Dim instance As IVsTextLines
Dim iLine As Integer
Dim pLineData As LINEDATA()
Dim fAttributes As Integer
Dim returnValue As Integer
returnValue = instance.IVsTextLinesReserved1(iLine, _
pLineData, fAttributes)
int IVsTextLinesReserved1(
int iLine,
LINEDATA[] pLineData,
int fAttributes
)
int IVsTextLinesReserved1(
[InAttribute] int iLine,
[OutAttribute] array<LINEDATA>^ pLineData,
[InAttribute] int fAttributes
)
function IVsTextLinesReserved1(
iLine : int,
pLineData : LINEDATA[],
fAttributes : int
) : int
Parameters
iLine
Type: System.Int32Do not use.
pLineData
Type: []Do not use.
fAttributes
Type: System.Int32Do not use.
Return Value
Type: System.Int32
Permissions
- 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.