Compartir a través de


IWpfTextViewConnectionListener.SubjectBuffersConnected (Método)

Se le llama cuando uno o más objetos ITextBuffer de la interfaz IContentType adecuada están conectados a ITextView.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI.Wpf (en Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxis

'Declaración
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>
)

Parámetros

  • subjectBuffers
    Tipo: Collection<ITextBuffer>

    Lista no vacía de objetos ITextBuffer que tienen tipos de contenido coincidentes.

Comentarios

una conexión puede aparecer a la una de tres veces:

  • cuando la vista se crea por primera vez

  • cuando se convierte el búfer con un miembro de IBufferGraph para la vista

  • cuando IContentType del búfer

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextViewConnectionListener Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)