IEditorFormatMapService 인터페이스
지정된 뷰 역할에 대한 서식 맵을 찾습니다.
네임스페이스: Microsoft.VisualStudio.Text.Classification
어셈블리: Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)
구문
‘선언
Public Interface IEditorFormatMapService
public interface IEditorFormatMapService
public interface class IEditorFormatMapService
type IEditorFormatMapService = interface end
public interface IEditorFormatMapService
메서드
이름 | 설명 | |
---|---|---|
GetEditorFormatMap(String) | 지정된 모양 범주에 대한 IEditorFormatMap을 가져옵니다. | |
GetEditorFormatMap(ITextView) | 지정된 텍스트 뷰에 적합한 IEditorFormatMap을 가져옵니다.이 개체는 여러 텍스트 뷰에서 공유될 수 있습니다. |
위쪽
설명
MEF 컴포넌트 부품입니다 하 고 같이 가져와야 합니다.
[Import]
internal IEditorFormatMapService editorMaps = null;
예제
이 서비스를 사용 하는 방법의 예제를 보려면 연습: 텍스트 보기 사용자 지정.