ChangeInput.m_DelSpan Field

Span to delete

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

Syntax

'宣言
Public m_DelSpan As TextSpan
'使用
Dim instance As ChangeInput
Dim value As TextSpan

value = instance.m_DelSpan

instance.m_DelSpan = value
public TextSpan m_DelSpan
public:
TextSpan m_DelSpan
public var m_DelSpan : TextSpan

Field Value

Type: Microsoft.VisualStudio.TextManager.Interop.TextSpan

Remarks

COM Signature

From textmgr.idl:

Permissions

See Also

Reference

ChangeInput Structure

ChangeInput Members

Microsoft.VisualStudio.TextManager.Interop Namespace