IViewTagAggregatorFactoryService.CreateTagAggregator<T> 메서드 (ITextView, TagAggregatorOptions)
지정된 형식의 태그를 집계하는 지정된 ITextView의 태그 집계를 지정된 옵션을 사용하여 만듭니다.
네임스페이스: Microsoft.VisualStudio.Text.Tagging
어셈블리: Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)
구문
‘선언
Function CreateTagAggregator(Of T As ITag) ( _
textView As ITextView, _
options As TagAggregatorOptions _
) As ITagAggregator(Of T)
ITagAggregator<T> CreateTagAggregator<T>(
ITextView textView,
TagAggregatorOptions options
)
where T : ITag
generic<typename T>
where T : ITag
ITagAggregator<T>^ CreateTagAggregator(
ITextView^ textView,
TagAggregatorOptions options
)
abstract CreateTagAggregator :
textView:ITextView *
options:TagAggregatorOptions -> ITagAggregator<'T> when 'T : ITag
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
형식 매개 변수
- T
집계할 태그 형식입니다.
매개 변수
textView
형식: Microsoft.VisualStudio.Text.Editor.ITextViewITagAggregator<T>를 가져올 ITextView입니다.
options
형식: Microsoft.VisualStudio.Text.Tagging.TagAggregatorOptions새로 만드는 집계에 사용할 옵션입니다.
반환 값
형식: Microsoft.VisualStudio.Text.Tagging.ITagAggregator<T>
textView에 대한 올바른 형식의 ITagAggregator<T>입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.