Condividi tramite


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

'Dichiarazione
Public bForegroundValid As Integer
'Utilizzo
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

See Also

Reference

ColorableItemInfo Structure

ColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace