C# Class Microsoft.CodeAnalysis.Editor.Shared.Tagging.TaggerEventSources.DocumentActiveContextChangedEventSource

Inheritance: Microsoft.CodeAnalysis.Editor.Shared.Tagging.AbstractWorkspaceTrackingTaggerEventSource
Afficher le fichier Open project: lodejard/AllNetCore

Méthodes publiques

Méthode Description
DocumentActiveContextChangedEventSource ( ITextBuffer subjectBuffer, TaggerDelay delay ) : Microsoft.CodeAnalysis.Editor.Tagging

Méthodes protégées

Méthode Description
ConnectToWorkspace ( Workspace workspace ) : void
DisconnectFromWorkspace ( Workspace workspace ) : void

Private Methods

Méthode Description
OnDocumentActiveContextChanged ( object sender, DocumentEventArgs e ) : void

Method Details

ConnectToWorkspace() protected méthode

protected ConnectToWorkspace ( Workspace workspace ) : void
workspace Workspace
Résultat void

DisconnectFromWorkspace() protected méthode

protected DisconnectFromWorkspace ( Workspace workspace ) : void
workspace Workspace
Résultat void

DocumentActiveContextChangedEventSource() public méthode

public DocumentActiveContextChangedEventSource ( ITextBuffer subjectBuffer, TaggerDelay delay ) : Microsoft.CodeAnalysis.Editor.Tagging
subjectBuffer ITextBuffer
delay TaggerDelay
Résultat Microsoft.CodeAnalysis.Editor.Tagging