AllColorableItemInfo.dwMarkerVisualStyle Field

Specifies the visual style of the marker

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

Syntax

'宣言
Public dwMarkerVisualStyle As UInteger
'使用
Dim instance As AllColorableItemInfo
Dim value As UInteger

value = instance.dwMarkerVisualStyle

instance.dwMarkerVisualStyle = value
public uint dwMarkerVisualStyle
public:
unsigned int dwMarkerVisualStyle
public var dwMarkerVisualStyle : uint

Field Value

Type: System.UInt32

Remarks

The dwMarkerVisualStyle member is a combination (binary OR) of members of the MARKERVISUAL enumeration.

Permissions

See Also

Reference

AllColorableItemInfo Structure

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace