AllColorableItemInfo Structure

Use to specify all the attributes of Display Items to the Visual Studio environment.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Public Structure AllColorableItemInfo
‘사용 방법
Dim instance As AllColorableItemInfo
public struct AllColorableItemInfo
public value class AllColorableItemInfo
[<SealedAttribute>]
type AllColorableItemInfo =  struct end
JScript supports the use of structures, but not the declaration of new ones.

Remarks

Stored information returned in a AllColorableItemInfo structure may beinvalid because the IDE (integrated development environment) does not always store settings unmodified by an end-user's use of the Font and Color property page in the registry.

An instance of the AllColorableItemInfo structure can contain any of the color representations enumerated in __VSCOLORTYPE.

Use the member methods of the IVsFontAndColorUtilities class to examine and manipulate color and font information in an instance of AllColorableItemInfo.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace