다음을 통해 공유


IViewTagAggregatorFactoryService.CreateTagAggregator<T> 메서드 (ITextView)

지정된 형식의 태그를 집계하는 지정된 ITextView의 태그 집계를 만듭니다.

네임스페이스:  Microsoft.VisualStudio.Text.Tagging
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Function CreateTagAggregator(Of T As ITag) ( _
    textView As ITextView _
) As ITagAggregator(Of T)
ITagAggregator<T> CreateTagAggregator<T>(
    ITextView textView
)
where T : ITag
generic<typename T>
where T : ITag 
ITagAggregator<T>^ CreateTagAggregator(
    ITextView^ textView
)
abstract CreateTagAggregator : 
        textView:ITextView -> ITagAggregator<'T>  when 'T : ITag
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.

형식 매개 변수

  • T
    집계할 태그 형식입니다.

매개 변수

반환 값

형식: Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
textView에 대한 올바른 형식의 ITagAggregator<T>입니다.

설명

BatchedTagsChanged 태그 수집기를 만드는 데 사용 되는 스레드에서 이벤트를 발생 합니다.

.NET Framework 보안

참고 항목

참조

IViewTagAggregatorFactoryService 인터페이스

CreateTagAggregator 오버로드

Microsoft.VisualStudio.Text.Tagging 네임스페이스