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.
파일 보기 프로젝트 열기: kindermannhubert/VsTeXCommentsExtension

공개 프로퍼티들

프로퍼티 타입 설명
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