ColorableItemInfo.bForegroundValid Field
BOOLEAN value indicating the foreground color is valid.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
Public bForegroundValid As Integer
'Utilisation
Dim instance As ColorableItemInfo
Dim value As Integer
value = instance.bForegroundValid
instance.bForegroundValid = value
public int bForegroundValid
public:
int bForegroundValid
public var bForegroundValid : int
Field Value
Type: System.Int32
Remarks
COM Signature
From vsshell.idl:
BOOL bForegroundValid;
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.