C# Class ShaderTools.VisualStudio.Hlsl.IntelliSense.QuickInfo.QuickInfoSource

Inheritance: IQuickInfoSource
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
AugmentQuickInfoSession ( IQuickInfoSession session, IList quickInfoContent, ITrackingSpan &applicableToSpan ) : void
Dispose ( ) : void
QuickInfoSource ( IClassificationFormatMapService classificationFormatMapService, HlslClassificationService classificationService, DispatcherGlyphService dispatcherGlyphService ) : System

Private Methods

Méthode Description
GetClassifiedText ( string text, IClassificationType classificationType ) : Inline
GetContent ( QuickInfoModel model ) : FrameworkElement
GetGlyph ( Glyph glyph ) : Image
GetInline ( SymbolMarkupToken markupToken ) : Inline
GetTextBlock ( SymbolMarkup markup ) : System.Windows.Controls.TextBlock
SetTextProperties ( DependencyObject dependencyObject, TextFormattingRunProperties properties, bool setFontFamily ) : void

Method Details

AugmentQuickInfoSession() public méthode

public AugmentQuickInfoSession ( IQuickInfoSession session, IList quickInfoContent, ITrackingSpan &applicableToSpan ) : void
session IQuickInfoSession
quickInfoContent IList
applicableToSpan ITrackingSpan
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QuickInfoSource() public méthode

public QuickInfoSource ( IClassificationFormatMapService classificationFormatMapService, HlslClassificationService classificationService, DispatcherGlyphService dispatcherGlyphService ) : System
classificationFormatMapService IClassificationFormatMapService
classificationService ShaderTools.VisualStudio.Hlsl.Tagging.Classification.HlslClassificationService
dispatcherGlyphService ShaderTools.VisualStudio.Hlsl.Glyphs.DispatcherGlyphService
Résultat System