IEditorFormatMap 인터페이스
임의의 키에서 ResourceDictionary로 매핑합니다.
네임스페이스: Microsoft.VisualStudio.Text.Classification
어셈블리: Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)
구문
‘선언
Public Interface IEditorFormatMap
public interface IEditorFormatMap
public interface class IEditorFormatMap
type IEditorFormatMap = interface end
public interface IEditorFormatMap
IEditorFormatMap 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
IsInBatchUpdate | 이 IEditorFormatMap이 일괄 업데이트를 수행하는 중인지 여부를 확인합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
AddProperties | 새 키에 대한 ResourceDictionary를 추가합니다. |
![]() |
BeginBatchUpdate | 이 IEditorFormatMap에 대한 일괄 업데이트를 시작합니다.EndBatchUpdate가 호출될 때까지 이벤트가 발생되지 않습니다. |
![]() |
EndBatchUpdate | 이 IEditorFormatMap에 대한 일괄 업데이트를 종료하고 일괄 업데이트 동안 변경이 이루어진 경우 이벤트를 발생시킵니다. |
![]() |
GetProperties | 지정된 키에 대한 ResourceDictionary를 가져옵니다. |
![]() |
SetProperties | 키의 ResourceDictionary를 설정합니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
![]() |
FormatMappingChanged | 이 IEditorFormatMap이 변경될 경우 발생합니다. |
위쪽