Share via


SELECTIONSTATE.dwFlags Field

Combination of SELECTIONSTATEFLAGS enumeration values.

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

Syntax

'Déclaration
Public dwFlags As UInteger
'Utilisation
Dim instance As SELECTIONSTATE
Dim value As UInteger

value = instance.dwFlags

instance.dwFlags = value
public uint dwFlags
public:
unsigned int dwFlags
val mutable dwFlags: uint32
public var dwFlags : uint

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

SELECTIONSTATE Structure

SELECTIONSTATE Members

Microsoft.VisualStudio.TextManager.Interop Namespace