FontAndColorProviderBase.IVsFontAndColorDefaults.GetFont(FontInfo[]) 메서드

정의

편집기에서 사용하는 글꼴을 가져옵니다.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFont(cli::array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ fontInfo) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetFont;
int IVsFontAndColorDefaults.GetFont (Microsoft.VisualStudio.Shell.Interop.FontInfo[] fontInfo);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFont : Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetFont : Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
Function GetFont (fontInfo As FontInfo()) As Integer Implements IVsFontAndColorDefaults.GetFont

매개 변수

fontInfo
FontInfo[]

글꼴 정보입니다.

반환

Font 개체입니다.

구현

적용 대상