C# Класс 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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TeXBlock TeXCommentBlockSpan
Text string
TextWithWhitespacesAtStartOfFirstLine string

Открытые методы

Метод Описание
GetTextWithoutCommentMarks ( ) : string
TeXCommentTag ( string text, TeXCommentBlockSpan span ) : System

Описание методов

GetTextWithoutCommentMarks() публичный Метод

public GetTextWithoutCommentMarks ( ) : string
Результат string

TeXCommentTag() публичный Метод

public TeXCommentTag ( string text, TeXCommentBlockSpan span ) : System
text string
span TeXCommentBlockSpan
Результат System

Описание свойств

TeXBlock публичное свойство

public TeXCommentBlockSpan TeXBlock
Результат TeXCommentBlockSpan

Text публичное свойство

public string Text
Результат string

TextWithWhitespacesAtStartOfFirstLine публичное свойство

public string TextWithWhitespacesAtStartOfFirstLine
Результат string