C# 클래스 Microsoft.Languages.Editor.Imaging.GlyphServiceExtensions

Equivalent of IGlyphService but allows concurrent access to glyphs from multiple threads which is normal in unit test environment.
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetGlyphThreadSafe ( this glyphService, StandardGlyphGroup @group, StandardGlyphItem item ) : System.Windows.Media.ImageSource

메소드 상세

GetGlyphThreadSafe() 공개 정적인 메소드

public static GetGlyphThreadSafe ( this glyphService, StandardGlyphGroup @group, StandardGlyphItem item ) : System.Windows.Media.ImageSource
glyphService this
@group StandardGlyphGroup
item StandardGlyphItem
리턴 System.Windows.Media.ImageSource