ChangeInput.m_dwFlags Field
Flags that describe the change (ORing of REPLACE_TEXT_FLAGS enumeration values)
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public m_dwFlags As UInteger
'Usage
Dim instance As ChangeInput
Dim value As UInteger
value = instance.m_dwFlags
instance.m_dwFlags = value
public uint m_dwFlags
public:
unsigned int m_dwFlags
public var m_dwFlags : uint
Remarks
COM Signature
From textmgr.idl:
.NET Framework Security
- 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.