Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the visual style of the marker
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public dwMarkerVisualStyle As UInteger
'Usage
Dim instance As AllColorableItemInfo
Dim value As UInteger
value = instance.dwMarkerVisualStyle
instance.dwMarkerVisualStyle = value
public uint dwMarkerVisualStyle
public:
unsigned int dwMarkerVisualStyle
val mutable dwMarkerVisualStyle: uint32
public var dwMarkerVisualStyle : uint
Remarks
The dwMarkerVisualStyle member is a combination (binary OR) of members of the MARKERVISUAL enumeration.
.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.