IVsFontAndColorDefaultsProvider Interface

Provides an instance of the IVsFontAndColorDefaults or the IVsFontAndColorGroup interface corresponding to a particular Category -- a particular item listed in the Show Settings For: drop down listing of the Fonts and Colors properties page of the Options dialog box.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")> _
Public Interface IVsFontAndColorDefaultsProvider
‘사용 방법
Dim instance As IVsFontAndColorDefaultsProvider
[InterfaceTypeAttribute()]
[GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")]
public interface IVsFontAndColorDefaultsProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"3448FF72-B072-435E-9059-29D89C0A3CD0")]
public interface class IVsFontAndColorDefaultsProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")>]
type IVsFontAndColorDefaultsProvider =  interface end
public interface IVsFontAndColorDefaultsProvider

Remarks

The category provider must also contain at least one implementation of IVsFontAndColorDefaults to be useful.

Notes to Implementers

A language service must implement the IVsFontAndColorDefaultsProvider interface to proffer Font and Color categories.

See Also

Reference

IVsFontAndColorDefaultsProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace