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

‘선언
Public bForegroundValid As Integer
‘사용 방법
Dim instance As ColorableItemInfo
Dim value As Integer

value = instance.bForegroundValid

instance.bForegroundValid = value
public int bForegroundValid
public:
int bForegroundValid
val mutable bForegroundValid: int
public var bForegroundValid : int

Remarks

COM Signature

From vsshell.idl:

BOOL bForegroundValid;

.NET Framework Security

See Also

Reference

ColorableItemInfo Structure

ColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace