C# Class VsTeXCommentsExtension.Integration.Data.TeXCommentTag

Data tag indicating that the tagged text represents a TeX comment block.
Note that this tag has nothing directly to do with adornments or other UI. This sample's adornments will be produced based on the data provided in these tags. This separation provides the potential for other extensions to consume tags and provide alternative UI or other derived functionality over this data.
Afficher le fichier Open project: kindermannhubert/VsTeXCommentsExtension

Méthodes publiques

Свойство Type Description
TeXBlock TeXCommentBlockSpan
Text string
TextWithWhitespacesAtStartOfFirstLine string

Méthodes publiques

Méthode Description
GetTextWithoutCommentMarks ( ) : string
TeXCommentTag ( string text, TeXCommentBlockSpan span ) : System

Method Details

GetTextWithoutCommentMarks() public méthode

public GetTextWithoutCommentMarks ( ) : string
Résultat string

TeXCommentTag() public méthode

public TeXCommentTag ( string text, TeXCommentBlockSpan span ) : System
text string
span TeXCommentBlockSpan
Résultat System

Property Details

TeXBlock public_oe property

public TeXCommentBlockSpan TeXBlock
Résultat TeXCommentBlockSpan

Text public_oe property

public string Text
Résultat string

TextWithWhitespacesAtStartOfFirstLine public_oe property

public string TextWithWhitespacesAtStartOfFirstLine
Résultat string