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
- 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.