IWpfTextViewMarginProvider 인터페이스
지정된 IWpfTextViewHost에 대한 IWpfTextViewMargin을 만듭니다.
네임스페이스: Microsoft.VisualStudio.Text.Editor
어셈블리: Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)
구문
‘선언
Public Interface IWpfTextViewMarginProvider
public interface IWpfTextViewMarginProvider
public interface class IWpfTextViewMarginProvider
type IWpfTextViewMarginProvider = interface end
public interface IWpfTextViewMarginProvider
IWpfTextViewMarginProvider 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
CreateMargin | 지정된 IWpfTextViewHost에 대한 IWpfTextViewMargin을 만듭니다. |
위쪽
설명
MEF 컴포넌트 부품입니다 하 고 다음과 같은 특성을 내보내야 합니다.
[Export(typeof(IWpfTextViewMarginProvider))]
내보내기 도구를 제공 해야는 MarginContainerAttribute (중 하나를 PredefinedMarginNames 컨테이너), ContentTypeAttribute, OrderAttribute (기준으로 중 하나를 PredefinedMarginNames), TextViewRoleAttribute, 및 NameAttribute.
여백에 대 한 자세한 내용은 "여백" 절을 참조 하십시오. 편집기에서. 여백과 스크롤 막대의 확장에 대 한 자세한 내용은 "여백 및 스크롤을 확장" 섹션을 참조 하십시오. 편집기 확장 지점.
예제
다음 예제에서는 현재이 내보내기에 대 한 특성을 설정 하는 방법을 보여 줍니다.
Name("TestMarginProvider")]
[Export(typeof(IWpfTextViewMarginProvider))]
[Order(Before = PredefinedMarginNames.VerticalScrollBarContainer)]
[MarginContainer(PredefinedMarginNames.RightControl)]
[ContentType("text")]
[TextViewRole(PredefinedTextViewRoles.PrimaryDocument)]