Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the line style for marker items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
Public eLineStyle As LINESTYLE
'Uso
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
- 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.