AllColorableItemInfo.Info Field
Specifies the foreground color, background color, and font flags from the ColorableItemInfo structure.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
‘선언
Public Info As ColorableItemInfo
‘사용 방법
Dim instance As AllColorableItemInfo
Dim value As ColorableItemInfo
value = instance.Info
instance.Info = value
public ColorableItemInfo Info
public:
ColorableItemInfo Info
val mutable Info: ColorableItemInfo
public var Info : ColorableItemInfo
.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.