C# Class Microsoft.CodeAnalysis.Editor.Implementation.Peek.ExternalFilePeekableItem

Inheritance: Microsoft.CodeAnalysis.Editor.Implementation.Peek.PeekableItem
Afficher le fichier Open project: lodejard/AllNetCore Class Usage Examples

Méthodes publiques

Méthode Description
ExternalFilePeekableItem ( FileLinePositionSpan span, IPeekRelationship relationship, IPeekResultFactory peekResultFactory ) : System.Collections.Generic
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource

Method Details

ExternalFilePeekableItem() public méthode

public ExternalFilePeekableItem ( FileLinePositionSpan span, IPeekRelationship relationship, IPeekResultFactory peekResultFactory ) : System.Collections.Generic
span FileLinePositionSpan
relationship IPeekRelationship
peekResultFactory IPeekResultFactory
Résultat System.Collections.Generic

GetOrCreateResultSource() public méthode

public GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
relationshipName string
Résultat IPeekResultSource