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