Udostępnij za pośrednictwem


Interfejs SVsFontAndColorStorage

 

Zapewnianie dostępu do obiektu Visual Studio SDK wykonania czcionkę i kolor usługa Magazyn.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[ComVisibleAttribute(false)]
[GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")]
[GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")]
public interface SVsFontAndColorStorage
[ComVisibleAttribute(false)]
[GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")]
[GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")]
public interface class SVsFontAndColorStorage
[<ComVisibleAttribute(false)>]
[<GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")>]
[<GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")>]
type SVsFontAndColorStorage = interface end
<ComVisibleAttribute(False)>
<GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")>
<GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")>
Public Interface SVsFontAndColorStorage

Uwagi

Ten obiekt obsługuje dwa interfejsy: IVsFontAndColorStorage iIVsFontAndColorUtilities

Aby uzyskać obsługiwanego interfejsu, należy przekazać SVsFontAndColorStorage do GetService i następnie oddać do pożądanych obsługiwanego interfejsu.

Wystąpienie IVsFontAndColorStorage mogą być uzyskane w:

IVsFontAndColorStorage instance = GetService(SVsFontAndColorStorage) as IVsFontAndColorStorage;

Wystąpienie IVsFontAndColorUtilities mogą być uzyskane w:

IVsFontAndColorUtilities instance = GetService(SVsFontAndColorStorage) as IVsFontAndColorUtilities;

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku