AllColorableItemInfo.eLineStyle Field

Specifies the line style for marker items.

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

Syntax

声明
Public eLineStyle As LINESTYLE
用法
Dim instance As AllColorableItemInfo
Dim value As LINESTYLE

value = instance.eLineStyle

instance.eLineStyle = value
public LINESTYLE eLineStyle
public:
LINESTYLE eLineStyle
val mutable eLineStyle: LINESTYLE
public var eLineStyle : LINESTYLE

Remarks

The eLineStyle member is a combination (binary OR) of members of the LINESTYLE enumeration.

.NET Framework Security

See Also

Reference

AllColorableItemInfo Structure

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace