ITextMarkerProviderFactory 인터페이스
지정된 버퍼에 대한 텍스트 표식 태거(TextMarkerTag 형식의 SimpleTagger<T>)를 가져오거나, 해당 버퍼에 속한 속성에 캐시된 텍스트 표식 태거가 없는 경우 새로 만듭니다.
네임스페이스: Microsoft.VisualStudio.Text.Adornments
어셈블리: Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)
구문
‘선언
Public Interface ITextMarkerProviderFactory
public interface ITextMarkerProviderFactory
public interface class ITextMarkerProviderFactory
type ITextMarkerProviderFactory = interface end
public interface ITextMarkerProviderFactory
ITextMarkerProviderFactory 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
GetTextMarkerTagger | 지정된 ITextBuffer에 대한 캐시된 텍스트 표식 태거를 가져옵니다. |
위쪽
설명
이 MEF 구성 요소 이며 다음과 같은 특성을 내보내야 합니다.
[Import]
Internal ITextMarkerProviderFactory testMarkerProviderFactory = null;