共用方式為


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>
)

參數

  • subjectBuffers
    類型:Collection<ITextBuffer>

    具有相符內容型別之 ITextBuffer 物件的非空白清單。

備註

連線可能會發生在三次其中一項:

.NET Framework 安全性

請參閱

參考

IWpfTextViewConnectionListener 介面

Microsoft.VisualStudio.Text.Editor 命名空間