次の方法で共有


TextSpan.iEndLine Field

Ending line index.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣言
Public iEndLine As Integer
'使用
Dim instance As TextSpan
Dim value As Integer

value = instance.iEndLine

instance.iEndLine = value
public int iEndLine
public:
int iEndLine
val mutable iEndLine: int
public var iEndLine : int

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

TextSpan Structure

TextSpan Members

Microsoft.VisualStudio.TextManager.Interop Namespace