ChangeInput.m_iNewLen Field

The length of the new text.

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

Syntax

'Déclaration
Public m_iNewLen As Integer
'Utilisation
Dim instance As ChangeInput
Dim value As Integer

value = instance.m_iNewLen

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

.NET Framework Security

See Also

Reference

ChangeInput Structure

ChangeInput Members

Microsoft.VisualStudio.TextManager.Interop Namespace