IWpfTextViewConnectionListener.SubjectBuffersConnected 方法
在適當 IContentType 的一個或多個 ITextBuffer 物件連接至 ITextView 時,予以呼叫。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Sub SubjectBuffersConnected ( _
textView As IWpfTextView, _
reason As ConnectionReason, _
subjectBuffers As Collection(Of ITextBuffer) _
)
void SubjectBuffersConnected(
IWpfTextView textView,
ConnectionReason reason,
Collection<ITextBuffer> subjectBuffers
)
void SubjectBuffersConnected(
IWpfTextView^ textView,
ConnectionReason reason,
Collection<ITextBuffer^>^ subjectBuffers
)
abstract SubjectBuffersConnected :
textView:IWpfTextView *
reason:ConnectionReason *
subjectBuffers:Collection<ITextBuffer> -> unit
function SubjectBuffersConnected(
textView : IWpfTextView,
reason : ConnectionReason,
subjectBuffers : Collection<ITextBuffer>
)
參數
textView
類型:Microsoft.VisualStudio.Text.Editor.IWpfTextView主體緩衝區所要連接的 IWpfTextView。
reason
類型:Microsoft.VisualStudio.Text.Editor.ConnectionReason連接的原因。
subjectBuffers
類型:Collection<ITextBuffer>具有相符內容型別之 ITextBuffer 物件的非空白清單。
備註
連線可能會發生在三次其中一項:
當第一次建立檢視模式
當緩衝區變成隸屬IBufferGraph檢視
當IContentType的緩衝區變更
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。