IViewTagAggregatorFactoryService 인터페이스
ITextView의 ITagAggregator<T>를 만드는 서비스입니다.
네임스페이스: Microsoft.VisualStudio.Text.Tagging
어셈블리: Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)
구문
‘선언
Public Interface IViewTagAggregatorFactoryService
public interface IViewTagAggregatorFactoryService
public interface class IViewTagAggregatorFactoryService
type IViewTagAggregatorFactoryService = interface end
public interface IViewTagAggregatorFactoryService
메서드
이름 | 설명 | |
---|---|---|
![]() |
CreateTagAggregator<T>(ITextView) | 지정된 형식의 태그를 집계하는 지정된 ITextView의 태그 집계를 만듭니다. |
![]() |
CreateTagAggregator<T>(ITextView, TagAggregatorOptions) | 지정된 형식의 태그를 집계하는 지정된 ITextView의 태그 집계를 지정된 옵션을 사용하여 만듭니다. |
위쪽
설명
MEF 컴포넌트 부품입니다 하 고 같이 가져와야 합니다.
[Import]
IViewLevelTagAggregatorFactoryService factory = null;